diff options
author | Pavel Labath <pavelo@centrum.sk> | 2011-07-10 12:55:53 (GMT) |
---|---|---|
committer | Pavel Labath <pavelo@centrum.sk> | 2011-07-10 17:44:43 (GMT) |
commit | a579f3b278e59ea3dcd1002bedcdb96e0bb89cb6 (patch) | |
tree | 0a4f484af320396a68b665bc86cec63e1e4cf655 /src/AtomHandler.hh | |
parent | 9c290a6d911fa9aac5b410381c721e29c572c9be (diff) | |
download | fluxbox_pavel-a579f3b278e59ea3dcd1002bedcdb96e0bb89cb6.zip fluxbox_pavel-a579f3b278e59ea3dcd1002bedcdb96e0bb89cb6.tar.bz2 |
Attach a modifiedSig handler to the session.appsFile resource
Diffstat (limited to 'src/AtomHandler.hh')
-rw-r--r-- | src/AtomHandler.hh | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/AtomHandler.hh b/src/AtomHandler.hh index 6e517d0..7dd6f54 100644 --- a/src/AtomHandler.hh +++ b/src/AtomHandler.hh | |||
@@ -58,8 +58,6 @@ public: | |||
58 | 58 | ||
59 | virtual bool propertyNotify(WinClient &winclient, Atom the_property) = 0; | 59 | virtual bool propertyNotify(WinClient &winclient, Atom the_property) = 0; |
60 | 60 | ||
61 | virtual void reconfigure() {} | ||
62 | |||
63 | /// should this object be updated or not? | 61 | /// should this object be updated or not? |
64 | bool update() const { return m_update; } | 62 | bool update() const { return m_update; } |
65 | 63 | ||