X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=openbox%2Fclient.h;h=1e801dc4cf9dc8020ff607001e79abf997f5af7e;hb=5f42ecfacbbf0bcfe43137c51a20b60d8ea368e3;hp=89bdb518727429774c1af51de2f5a39231a088b3;hpb=aaae49d6291ffd202cfd7e6a9a31df816433d356;p=chaz%2Fopenbox 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. */