summaryrefslogtreecommitdiff
path: root/src/AtomHandler.hh
diff options
context:
space:
mode:
Diffstat (limited to 'src/AtomHandler.hh')
-rw-r--r--src/AtomHandler.hh2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/AtomHandler.hh b/src/AtomHandler.hh
index ca14d0e..b44d92f 100644
--- a/src/AtomHandler.hh
+++ b/src/AtomHandler.hh
@@ -59,6 +59,8 @@ public:
59 59
60 virtual bool propertyNotify(WinClient &winclient, Atom the_property) = 0; 60 virtual bool propertyNotify(WinClient &winclient, Atom the_property) = 0;
61 61
62 virtual void reconfigure() {}
63
62 /// should this object be updated or not? 64 /// should this object be updated or not?
63 bool update() const { return m_update; } 65 bool update() const { return m_update; }
64protected: 66protected: