all repos — fluxbox @ 002e6232c99bda93aaed8f97ef1b33184f2c9fba

custom fork of the fluxbox windowmanager

send statesig when maximizing/restoring a window
markt markt
commit

002e6232c99bda93aaed8f97ef1b33184f2c9fba

parent

ca7b5ee4a59ea18fd832b11040f63bcc0d8404ab

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

jump to
M ChangeLogChangeLog

@@ -1,6 +1,8 @@

(Format: Year/Month/Day) Changes for 1.0rc3: *07/02/23: + * Update EWMH state atom when maximizing windows (Mark) + Window.cc * Update titlebar buttons on reconfigure (Mark) Window.cc/hh *07/02/22:
M src/Window.ccsrc/Window.cc

@@ -1743,6 +1743,9 @@ fixsize();

m_resize_corner = old_resize_corner; moveResize(m_last_resize_x, m_last_resize_y, m_last_resize_w, m_last_resize_h); + + // notify listeners that we changed state + stateSig().notify(); } /** * Maximize window horizontal