summaryrefslogtreecommitdiff
path: root/openbox/event.c
diff options
context:
space:
mode:
authorDana Jansens <danakj@orodu.net>2010-05-19 21:05:14 -0400
committerDana Jansens <danakj@orodu.net>2010-05-20 16:18:03 -0400
commit4eb9a0c59efb6bfd598e35fe692e6b4b994e499c (patch)
tree94ed208452c8ff863f64a1664324c1edcf166484 /openbox/event.c
parentda6753973f81470088490e0ac673b7750856331f (diff)
client_update_protocols() doesnt change anything that would affect a client's decor or functions
Diffstat (limited to 'openbox/event.c')
-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)) {