From 002e6232c99bda93aaed8f97ef1b33184f2c9fba Mon Sep 17 00:00:00 2001 From: markt Date: Fri, 23 Feb 2007 22:16:11 +0000 Subject: send statesig when maximizing/restoring a window --- ChangeLog | 2 ++ src/Window.cc | 3 +++ 2 files changed, 5 insertions(+) diff --git a/ChangeLog b/ChangeLog index 4f2648b..8a9fcee 100644 --- a/ChangeLog +++ b/ChangeLog @@ -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: 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) { 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 -- cgit v0.11.2