make the TRAN_GROUP an unsigned long
This commit is contained in:
parent
a6ce30cba9
commit
cb444e37d2
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@ struct Group;
|
||||||
|
|
||||||
/* The value in client.transient_for indicating it is a transient for its
|
/* The value in client.transient_for indicating it is a transient for its
|
||||||
group instead of for a single window */
|
group instead of for a single window */
|
||||||
#define TRAN_GROUP ((void*)~0l)
|
#define TRAN_GROUP ((void*)~0ul)
|
||||||
|
|
||||||
/*! Holds an icon in ARGB format */
|
/*! Holds an icon in ARGB format */
|
||||||
typedef struct Icon {
|
typedef struct Icon {
|
||||||
|
|
Loading…
Reference in a new issue