aboutsummaryrefslogtreecommitdiff
path: root/src/Window.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/Window.cc')
-rw-r--r--src/Window.cc3
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