summaryrefslogtreecommitdiff
path: root/openbox/prop.c
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/prop.c
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/prop.c')
-rw-r--r--openbox/prop.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/openbox/prop.c b/openbox/prop.c
index 15be0292..6bd05cc6 100644
--- a/openbox/prop.c
+++ b/openbox/prop.c
@@ -50,6 +50,7 @@ void prop_startup()
CREATE(wm_window_role, "WM_WINDOW_ROLE");
CREATE(wm_client_machine, "WM_CLIENT_MACHINE");
CREATE(wm_command, "WM_COMMAND");
+ CREATE(wm_client_leader, "WM_CLIENT_LEADER");
CREATE(motif_wm_hints, "_MOTIF_WM_HINTS");
CREATE(sm_client_id, "SM_CLIENT_ID");