make the TRAN_GROUP an unsigned long

This commit is contained in:
Dana Jansens 2003-04-10 06:50:42 +00:00
parent a6ce30cba9
commit cb444e37d2

View file

@ -11,7 +11,7 @@ struct Group;
/* The value in client.transient_for indicating it is a transient for its
group instead of for a single window */
#define TRAN_GROUP ((void*)~0l)
#define TRAN_GROUP ((void*)~0ul)
/*! Holds an icon in ARGB format */
typedef struct Icon {