projects
/
dana
/
openbox.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a6ce30c
)
make the TRAN_GROUP an unsigned long
author
Dana Jansens
<danakj@orodu.net>
Thu, 10 Apr 2003 06:50:42 +0000
(06:50 +0000)
committer
Dana Jansens
<danakj@orodu.net>
Thu, 10 Apr 2003 06:50:42 +0000
(06:50 +0000)
openbox/client.h
patch
|
blob
|
history
diff --git
a/openbox/client.h
b/openbox/client.h
index 3ab555b00097706f63e7f7044ac5ebb96055a75d..18f1b23aefe74b582351d6c46f8f22d28cdac9a1 100644
(file)
--- 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*)~0
u
l)
/*! Holds an icon in ARGB format */
typedef struct Icon {