all repos — openbox @ 4eb9a0c59efb6bfd598e35fe692e6b4b994e499c

openbox fork - make it a bit more like ryudo

client_update_protocols() doesnt change anything that would affect a client's decor or functions
Dana Jansens danakj@orodu.net
commit

4eb9a0c59efb6bfd598e35fe692e6b4b994e499c

parent

da6753973f81470088490e0ac673b7750856331f

1 files changed, 0 insertions(+), 1 deletions(-)

jump to
M openbox/event.copenbox/event.c

@@ -1633,7 +1633,6 @@ msgtype == OBT_PROP_ATOM(WM_ICON_NAME)) {

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)) {