aboutsummaryrefslogtreecommitdiff
path: root/src/AtomHandler.hh
diff options
context:
space:
mode:
authorPavel Labath <pavelo@centrum.sk>2011-07-10 12:55:53 (GMT)
committerPaul Tagliamonte <paultag@fluxbox.org>2012-04-07 02:11:31 (GMT)
commit7d488e2df6095fdd81b42c2d469c416b9b4d9144 (patch)
treec5175606dda7ee2adc2ed13824008d8a6d075219 /src/AtomHandler.hh
parentaf96798a8bbba9a9d30f04e8b7ae825508f77c33 (diff)
downloadfluxbox_paul-7d488e2df6095fdd81b42c2d469c416b9b4d9144.zip
fluxbox_paul-7d488e2df6095fdd81b42c2d469c416b9b4d9144.tar.bz2
Attach a modifiedSig handler to the session.appsFile resource
Diffstat (limited to 'src/AtomHandler.hh')
-rw-r--r--src/AtomHandler.hh2
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