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/event.c | 7 ------- 1 file changed, 7 deletions(-) (limited to 'openbox/event.c') diff --git a/openbox/event.c b/openbox/event.c index ff21918b..bb6a42f9 100644 --- a/openbox/event.c +++ b/openbox/event.c @@ -1167,10 +1167,6 @@ static void event_handle_client(ObClient *client, XEvent *e) msgtype == prop_atoms.net_wm_icon_name || msgtype == prop_atoms.wm_icon_name) { client_update_title(client); - } else if (msgtype == prop_atoms.wm_command) { - client_update_command(client); - } else if (msgtype == prop_atoms.wm_class) { - client_update_class(client); } else if (msgtype == prop_atoms.wm_protocols) { client_update_protocols(client); client_setup_decor_and_functions(client); @@ -1192,9 +1188,6 @@ static void event_handle_client(ObClient *client, XEvent *e) client_update_sync_request_counter(client); } #endif - else if (msgtype == prop_atoms.sm_client_id) { - client_update_sm_client_id(client); - } case ColormapNotify: client_update_colormap(client, e->xcolormap.colormap); break; -- cgit v1.2.3