X-Git-Url: https://git.dogcows.com/gitweb?p=chaz%2Fopenbox;a=blobdiff_plain;f=openbox%2Fclient.h;h=0e55c59f7399cbd07aaef1993f3917b1676b1182;hp=5a20822fc4ce55afe9ce4d239f7e0a4f867e592e;hb=6eb740cf119b14903afa3028e108dd98c57ff926;hpb=51d735672c7a726655867b703d07e390781939de diff --git a/openbox/client.h b/openbox/client.h index 5a20822f..0e55c59f 100644 --- a/openbox/client.h +++ b/openbox/client.h @@ -127,6 +127,10 @@ struct _ObClient gchar *class; /*! The specified role of the window, used for identification */ gchar *role; + /*! The application that created the window's group. */ + gchar *group_name; + /*! The class of the window's group, can used for grouping */ + gchar *group_class; /*! The session client id for the window. *This can be NULL!* */ gchar *sm_client_id;