summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDana Jansens <danakj@orodu.net>2003-04-10 06:50:57 +0000
committerDana Jansens <danakj@orodu.net>2003-04-10 06:50:57 +0000
commit64dac07d07f37ec965ccc0b5bc8c8c789247cff0 (patch)
tree196c56a7b90002df49c6a090a5fdb44a16beec5f
parentcb444e37d21009b0e32705901836f77b08f4c5aa (diff)
no fuck that it was working fine
-rw-r--r--openbox/client.h2
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 {