From f506cbceae9e3d41f1e6e09d7c5e83ab3935adf9 Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Mon, 7 May 2007 00:10:15 +0000 Subject: 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. --- openbox/prop.c | 1 + 1 file changed, 1 insertion(+) (limited to 'openbox/prop.c') 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"); -- cgit v1.2.3