summaryrefslogtreecommitdiff
path: root/openbox/client.h
diff options
context:
space:
mode:
Diffstat (limited to 'openbox/client.h')
-rw-r--r--openbox/client.h4
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. */