]> Dogcows Code - chaz/openbox/blobdiff - openbox/client.h
allow the use of keycodes directly in key bindings
[chaz/openbox] / openbox / client.h
index 06856b49efa06124639c0a6f4f8452fd11c85043..4d6ee56c6d9aef95e160aab234cd37bd85415b07 100644 (file)
@@ -106,6 +106,8 @@ struct _ObClient
     gchar *class;
     /*! The specified role of the window, used for identification */
     gchar *role;
+    /*! The session client id for the window. *This can be NULL!* */
+    gchar *sm_client_id;
 
     /*! The type of window (what its function is) */
     ObClientType type;
@@ -497,6 +499,6 @@ void client_set_layer(ObClient *self, int layer);
 
 guint client_monitor(ObClient *self);
 
-gchar* client_get_sm_client_id(ObClient *self);
+void client_update_sm_client_id(ObClient *self);
 
 #endif
This page took 0.020764 seconds and 4 git commands to generate.