all repos — openbox @ 31ae81b34aace753bf250c411e6692a52741e63a

openbox fork - make it a bit more like ryudo

changeState after a setState request
Dana Jansens danakj@orodu.net
commit

31ae81b34aace753bf250c411e6692a52741e63a

parent

04c16882fa4ef3576700c705e8e5a2c115960e2c

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

jump to
M src/client.ccsrc/client.cc

@@ -893,6 +893,7 @@ fullscreen(fsstate);

if (shadestate != _shaded) shade(shadestate); calcLayer(); + changeState(); // change the hint to relect these changes }