diff options
| author | Dana Jansens <danakj@orodu.net> | 2007-05-07 00:10:15 +0000 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2007-05-07 00:10:15 +0000 |
| commit | f506cbceae9e3d41f1e6e09d7c5e83ab3935adf9 (patch) | |
| tree | f11a6c6c7c7bcc2642443feba4603d9dd7dbeca2 /openbox/event.c | |
| parent | b02947c09fde26756924a03507a750048169c346 (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/event.c')
| -rw-r--r-- | openbox/event.c | 7 |
1 files changed, 0 insertions, 7 deletions
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; |
