]> Dogcows Code - chaz/openbox/blobdiff - openbox/client.h
track window groups
[chaz/openbox] / openbox / client.h
index 89bdb518727429774c1af51de2f5a39231a088b3..1e801dc4cf9dc8020ff607001e79abf997f5af7e 100644 (file)
@@ -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. */
This page took 0.022803 seconds and 4 git commands to generate.