aboutsummaryrefslogtreecommitdiff
path: root/src/Window.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/Window.cc')
-rw-r--r--src/Window.cc4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/Window.cc b/src/Window.cc
index 1104e50..b2bfcf7 100644
--- a/src/Window.cc
+++ b/src/Window.cc
@@ -36,7 +36,9 @@
36#include "WinButton.hh" 36#include "WinButton.hh"
37#include "WinButtonTheme.hh" 37#include "WinButtonTheme.hh"
38#include "WindowCmd.hh" 38#include "WindowCmd.hh"
39#ifdef REMEMBER
39#include "Remember.hh" 40#include "Remember.hh"
41#endif
40#include "MenuCreator.hh" 42#include "MenuCreator.hh"
41#include "FocusControl.hh" 43#include "FocusControl.hh"
42#include "IconButton.hh" 44#include "IconButton.hh"
@@ -2197,9 +2199,11 @@ void FluxboxWindow::propertyNotifyEvent(WinClient &client, Atom atom) {
2197 } else if (atom == fbatoms->getMWMHintsAtom()) { 2199 } else if (atom == fbatoms->getMWMHintsAtom()) {
2198 client.updateMWMHints(); 2200 client.updateMWMHints();
2199 updateMWMHintsFromClient(client); 2201 updateMWMHintsFromClient(client);
2202#ifdef REMEMBER
2200 if (!m_toggled_decos) { 2203 if (!m_toggled_decos) {
2201 Remember::instance().updateDecoStateFromClient(client); 2204 Remember::instance().updateDecoStateFromClient(client);
2202 } 2205 }
2206#endif
2203 applyDecorations(); // update decorations (if they changed) 2207 applyDecorations(); // update decorations (if they changed)
2204 } 2208 }
2205 break; 2209 break;