]> Dogcows Code - chaz/openbox/blobdiff - openbox/event.c
client_update_protocols() doesnt change anything that would affect a client's decor...
[chaz/openbox] / openbox / event.c
index 8daa42811dbbae1b223030cb369fde46a04ffa46..d3ffae12d87952450ffd1d5c54fd553675582e79 100644 (file)
@@ -1633,7 +1633,6 @@ static void event_handle_client(ObClient *client, XEvent *e)
             client_update_title(client);
         } else if (msgtype == OBT_PROP_ATOM(WM_PROTOCOLS)) {
             client_update_protocols(client);
-            client_setup_decor_and_functions(client, TRUE);
         }
         else if (msgtype == OBT_PROP_ATOM(NET_WM_STRUT) ||
                  msgtype == OBT_PROP_ATOM(NET_WM_STRUT_PARTIAL)) {
This page took 0.01995 seconds and 4 git commands to generate.