client_update_protocols() doesnt change anything that would affect a client's decor or functions
This commit is contained in:
parent
da6753973f
commit
4eb9a0c59e
1 changed files with 0 additions and 1 deletions
|
@ -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)) {
|
||||
|
|
Loading…
Reference in a new issue