X-Git-Url: https://git.brokenzipper.com/gitweb?a=blobdiff_plain;f=openbox%2Fevent.c;h=bb6a42f964de889d8ec1d3d3d907d067c3d7efb3;hb=e1081644c1eea458aab0901c76ebc7a112d280d7;hp=ff21918be9c162d049d1a437b93e39f7eb38c791;hpb=f289adf653955bc647ac32ad7945509b2a1acea9;p=chaz%2Fopenbox 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;