all repos — openbox @ 8205b6581d7ae4df50b41f943046be2fbe236a15

openbox fork - make it a bit more like ryudo

update the strut when strut_partial changes
Dana Jansens danakj@orodu.net
commit

8205b6581d7ae4df50b41f943046be2fbe236a15

parent

2050e99a5f374ec5cc160eca7b8ebeb57e0c00a5

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

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

@@ -1451,6 +1451,9 @@ }

else if (msgtype == prop_atoms.net_wm_strut) { client_update_strut(client); } + else if (msgtype == prop_atoms.net_wm_strut_partial) { + client_update_strut(client); + } else if (msgtype == prop_atoms.net_wm_icon) { client_update_icons(client); }