all repos — fluxbox @ d2a7cc60a2e27e450ffc84b8db4c68199dfda5e1

custom fork of the fluxbox windowmanager

bugfix: resizing stops _NET_WM_STATE_MAXIMIZED*, so trigger signal to set the properties correct

fixes partly #2980313, resize with keys still does not trigger _NET_WM props to be correct
Mathias Gumz akira at fluxbox dot org
commit

d2a7cc60a2e27e450ffc84b8db4c68199dfda5e1

parent

b43be7144fb60b544b7086a84ae15e6c90fd1809

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

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

@@ -3082,7 +3082,9 @@ resizing = true;

m_state.maximized = WindowState::MAX_NONE; m_state.saveGeometry(frame().x(), frame().y(), frame().width(), frame().height()); + frame().applyState(); + stateSig().notify(); const Cursor& cursor = (m_resize_corner == LEFTTOP) ? frame().theme()->upperLeftAngleCursor() : (m_resize_corner == RIGHTTOP) ? frame().theme()->upperRightAngleCursor() :