diff options
| author | Dana Jansens <danakj@orodu.net> | 2003-04-10 06:50:57 +0000 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2003-04-10 06:50:57 +0000 |
| commit | 64dac07d07f37ec965ccc0b5bc8c8c789247cff0 (patch) | |
| tree | 196c56a7b90002df49c6a090a5fdb44a16beec5f /openbox/client.h | |
| parent | cb444e37d21009b0e32705901836f77b08f4c5aa (diff) | |
no fuck that it was working fine
Diffstat (limited to 'openbox/client.h')
| -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 18f1b23a..3ab555b0 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*)~0ul) +#define TRAN_GROUP ((void*)~0l) /*! Holds an icon in ARGB format */ typedef struct Icon { |
