From 3e9d050ffe36fa08c1e3e6f610c4d6587d2fdadd Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Mon, 15 Sep 2003 06:50:25 +0000 Subject: save the sm_client_id just like saving other properties, dont query each time its needed --- openbox/client.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'openbox/client.h') diff --git a/openbox/client.h b/openbox/client.h index 06856b49..4d6ee56c 100644 --- a/openbox/client.h +++ b/openbox/client.h @@ -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 -- cgit v1.2.3