diff options
Diffstat (limited to 'src/AtomHandler.hh')
-rw-r--r-- | src/AtomHandler.hh | 2 |
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; } |
64 | protected: | 66 | protected: |