aboutsummaryrefslogtreecommitdiff
path: root/src/AtomHandler.hh
diff options
context:
space:
mode:
authorPavel Labath <pavelo@centrum.sk>2011-07-10 12:55:53 (GMT)
committerPavel Labath <pavelo@centrum.sk>2011-11-01 09:57:21 (GMT)
commit22713a05e1f0b25cdf3a34f6cf7eb1f3c4250ffe (patch)
treee81be07e2c7fa248684d5e2ca5ac4c6d92a26ae7 /src/AtomHandler.hh
parentb9170680f5970237c93dfdd294c8232ce0b562be (diff)
downloadfluxbox_paul-22713a05e1f0b25cdf3a34f6cf7eb1f3c4250ffe.zip
fluxbox_paul-22713a05e1f0b25cdf3a34f6cf7eb1f3c4250ffe.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