summaryrefslogtreecommitdiff
path: root/openbox
diff options
context:
space:
mode:
Diffstat (limited to 'openbox')
-rw-r--r--openbox/event.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/openbox/event.c b/openbox/event.c
index 8daa4281..d3ffae12 100644
--- a/openbox/event.c
+++ b/openbox/event.c
@@ -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)) {