diff options
| author | Dana Jansens <danakj@orodu.net> | 2003-04-07 05:47:20 +0000 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2003-04-07 05:47:20 +0000 |
| commit | 5f42ecfacbbf0bcfe43137c51a20b60d8ea368e3 (patch) | |
| tree | 5be32cfa3f91b3b46f6cf0c972e4559bab1fe07f /openbox/client.h | |
| parent | aaae49d6291ffd202cfd7e6a9a31df816433d356 (diff) | |
track window groups
iconify all its transients when a window is iconified
Diffstat (limited to 'openbox/client.h')
| -rw-r--r-- | openbox/client.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/openbox/client.h b/openbox/client.h index 89bdb518..1e801dc4 100644 --- a/openbox/client.h +++ b/openbox/client.h @@ -7,7 +7,7 @@ #include <X11/Xlib.h> struct Frame; - +struct Group; /*! Holds an icon in ARGB format */ typedef struct Icon { @@ -114,7 +114,7 @@ typedef struct Client { int ignore_unmaps; /*! The id of the group the window belongs to */ - Window group; + struct Group *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. */ |
