From 5f42ecfacbbf0bcfe43137c51a20b60d8ea368e3 Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Mon, 7 Apr 2003 05:47:20 +0000 Subject: track window groups iconify all its transients when a window is iconified --- openbox/client.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'openbox/client.h') 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 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. */ -- cgit v1.2.3