diff options
| author | Dana Jansens <danakj@orodu.net> | 2003-07-10 07:03:40 +0000 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2003-07-10 07:03:40 +0000 |
| commit | 5be23ec5a4dcacb8b1adf1d352ad5600f426f3ed (patch) | |
| tree | 44657e281a81c513f48b81639625ed3af339b7ac /openbox/client.h | |
| parent | e4be1f860bc579fd4a0d9dee6a6ca590030a791e (diff) | |
prefix Group to ObGroup
Diffstat (limited to 'openbox/client.h')
| -rw-r--r-- | openbox/client.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/openbox/client.h b/openbox/client.h index b73229db..52005fcb 100644 --- a/openbox/client.h +++ b/openbox/client.h @@ -11,7 +11,7 @@ #include <X11/Xlib.h> struct Frame; -struct Group; +struct _ObGroup; typedef struct _ObClient ObClient; typedef struct _ObClientIcon ObClientIcon; @@ -81,14 +81,14 @@ struct _ObClient int ignore_unmaps; /*! The id of the group the window belongs to */ - struct Group *group; + struct _ObGroup *group; /*! Whether or not the client is a transient window. This is guaranteed to be TRUE if transient_for != NULL, but not guaranteed to be FALSE if transient_for == NULL. */ gboolean transient; /*! The client which this client is a transient (child) for. A value of TRAN_GROUP signifies that the window is a transient for all - members of its Group, and is not a valid pointer to be followed in this + members of its ObGroup, and is not a valid pointer to be followed in this case. */ ObClient *transient_for; |
