all repos — openbox @ cb444e37d21009b0e32705901836f77b08f4c5aa

openbox fork - make it a bit more like ryudo

make the TRAN_GROUP an unsigned long
Dana Jansens danakj@orodu.net
commit

cb444e37d21009b0e32705901836f77b08f4c5aa

parent

a6ce30cba9e5f4feeb9ce1a31735b1a6867a6912

1 files changed, 1 insertions(+), 1 deletions(-)

jump to
M openbox/client.hopenbox/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 {