]> Dogcows Code - chaz/openbox/blobdiff - openbox/client.h
Allow window matching based on the group leader's name and class (Fix bug 5721)
[chaz/openbox] / openbox / client.h
index 5a20822fc4ce55afe9ce4d239f7e0a4f867e592e..0e55c59f7399cbd07aaef1993f3917b1676b1182 100644 (file)
@@ -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;
 
This page took 0.020688 seconds and 4 git commands to generate.