From 4eb9a0c59efb6bfd598e35fe692e6b4b994e499c Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Wed, 19 May 2010 21:05:14 -0400 Subject: [PATCH] client_update_protocols() doesnt change anything that would affect a client's decor or functions --- openbox/event.c | 1 - 1 file changed, 1 deletion(-) 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)) { -- 2.39.2