diff options
author | markt <markt> | 2007-02-23 22:16:11 (GMT) |
---|---|---|
committer | markt <markt> | 2007-02-23 22:16:11 (GMT) |
commit | 002e6232c99bda93aaed8f97ef1b33184f2c9fba (patch) | |
tree | 920e54512e0ff03cd0d01813591115c37f420089 /src/Window.cc | |
parent | ca7b5ee4a59ea18fd832b11040f63bcc0d8404ab (diff) | |
download | fluxbox-002e6232c99bda93aaed8f97ef1b33184f2c9fba.zip fluxbox-002e6232c99bda93aaed8f97ef1b33184f2c9fba.tar.bz2 |
send statesig when maximizing/restoring a window
Diffstat (limited to 'src/Window.cc')
-rw-r--r-- | src/Window.cc | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/Window.cc b/src/Window.cc index ba6fe6d..27992f0 100644 --- a/src/Window.cc +++ b/src/Window.cc | |||
@@ -1743,6 +1743,9 @@ void FluxboxWindow::maximize(int type) { | |||
1743 | m_resize_corner = old_resize_corner; | 1743 | m_resize_corner = old_resize_corner; |
1744 | 1744 | ||
1745 | moveResize(m_last_resize_x, m_last_resize_y, m_last_resize_w, m_last_resize_h); | 1745 | moveResize(m_last_resize_x, m_last_resize_y, m_last_resize_w, m_last_resize_h); |
1746 | |||
1747 | // notify listeners that we changed state | ||
1748 | stateSig().notify(); | ||
1746 | } | 1749 | } |
1747 | /** | 1750 | /** |
1748 | * Maximize window horizontal | 1751 | * Maximize window horizontal |