From 64dac07d07f37ec965ccc0b5bc8c8c789247cff0 Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Thu, 10 Apr 2003 06:50:57 +0000 Subject: [PATCH] no fuck that it was working fine --- openbox/client.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 { -- 2.45.2