send statesig when maximizing/restoring a window
This commit is contained in:
parent
ca7b5ee4a5
commit
002e6232c9
2 changed files with 5 additions and 0 deletions
|
@ -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:
|
||||
|
|
|
@ -1743,6 +1743,9 @@ void FluxboxWindow::maximize(int type) {
|
|||
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
|
||||
|
|
Loading…
Reference in a new issue