summaryrefslogtreecommitdiff
path: root/openbox/client.h
diff options
context:
space:
mode:
authorDana Jansens <danakj@orodu.net>2007-05-07 00:10:15 +0000
committerDana Jansens <danakj@orodu.net>2007-05-07 00:10:15 +0000
commitf506cbceae9e3d41f1e6e09d7c5e83ab3935adf9 (patch)
treef11a6c6c7c7bcc2642443feba4603d9dd7dbeca2 /openbox/client.h
parentb02947c09fde26756924a03507a750048169c346 (diff)
the session properties are not set on the group leader, they are set on the "client leader" which is in the WM_CLIENT_LEADER property. also they are all set when the window maps, and not to be changed thereafter.
Diffstat (limited to 'openbox/client.h')
-rw-r--r--openbox/client.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/openbox/client.h b/openbox/client.h
index 2863a98f..b046e665 100644
--- a/openbox/client.h
+++ b/openbox/client.h
@@ -558,10 +558,6 @@ void client_update_normal_hints(ObClient *self);
void client_update_wmhints(ObClient *self);
/*! Updates the window's title and icon title */
void client_update_title(ObClient *self);
-/*! Updates the command used to run the program */
-void client_update_command(ObClient *self);
-/*! Updates the window's application name and class */
-void client_update_class(ObClient *self);
/*! Updates the strut for the client */
void client_update_strut(ObClient *self);
/*! Updates the window's icons */
@@ -650,8 +646,6 @@ void client_set_undecorated(ObClient *self, gboolean undecorated);
guint client_monitor(ObClient *self);
-void client_update_sm_client_id(ObClient *self);
-
ObClient* client_under_pointer();
gboolean client_has_group_siblings(ObClient *self);