From cb444e37d21009b0e32705901836f77b08f4c5aa Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Thu, 10 Apr 2003 06:50:42 +0000 Subject: [PATCH] make the TRAN_GROUP an unsigned long --- openbox/client.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 { -- 2.45.2