diff options
| author | Dana Jansens <danakj@orodu.net> | 2003-07-10 07:01:13 +0000 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2003-07-10 07:01:13 +0000 |
| commit | e4be1f860bc579fd4a0d9dee6a6ca590030a791e (patch) | |
| tree | a40ea9ec205bbe01b2819f2b25f7e5bfe3fce5be /openbox/client.h | |
| parent | 4736c257a54409bf3b0ef0d803da650c71684dee (diff) | |
prefix TRAN_GROUP to OB_TRAN_GROUP
Diffstat (limited to 'openbox/client.h')
| -rw-r--r-- | openbox/client.h | 2 |
1 files changed, 1 insertions, 1 deletions
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 |
