diff options
| author | Dana Jansens <danakj@orodu.net> | 2003-04-10 06:50:42 +0000 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2003-04-10 06:50:42 +0000 |
| commit | cb444e37d21009b0e32705901836f77b08f4c5aa (patch) | |
| tree | 6223c753a43d7206e8cf2fad733ade4f3b5edb10 /openbox | |
| parent | a6ce30cba9e5f4feeb9ce1a31735b1a6867a6912 (diff) | |
make the TRAN_GROUP an unsigned long
Diffstat (limited to 'openbox')
| -rw-r--r-- | openbox/client.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/openbox/client.h b/openbox/client.h index 3ab555b0..18f1b23a 100644 --- a/openbox/client.h +++ b/openbox/client.h @@ -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 { |
