]> Dogcows Code - chaz/openbox/blobdiff - openbox/event.c
allow new windows on other desktops to get focused if specified in a per-app rule
[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.021165 seconds and 4 git commands to generate.