From e4be1f860bc579fd4a0d9dee6a6ca590030a791e Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Thu, 10 Jul 2003 07:01:13 +0000 Subject: prefix TRAN_GROUP to OB_TRAN_GROUP --- openbox/client.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'openbox/client.h') diff --git a/openbox/client.h b/openbox/client.h index ecfb17d1..b73229db 100644 --- a/openbox/client.h +++ b/openbox/client.h @@ -18,7 +18,7 @@ typedef struct _ObClientIcon ObClientIcon; /* 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 OB_TRAN_GROUP ((void*)~0l) /*! Holds an icon in ARGB format */ struct _ObClientIcon -- cgit v1.2.3