aboutsummaryrefslogtreecommitdiff
path: root/src/fluxbox.hh
diff options
context:
space:
mode:
authorPavel Labath <pavelo@centrum.sk>2011-07-15 18:54:59 (GMT)
committerPavel Labath <pavelo@centrum.sk>2011-07-15 18:54:59 (GMT)
commit10b97f55bf11ff31610a4f8783306fe845a25938 (patch)
tree24e7a08bb8a423c5e4cbb5fa1bcc87f1ddca8474 /src/fluxbox.hh
parenta3b2982e2ddef245e3006f05b1f76eb136ce3753 (diff)
downloadfluxbox_pavel-10b97f55bf11ff31610a4f8783306fe845a25938.zip
fluxbox_pavel-10b97f55bf11ff31610a4f8783306fe845a25938.tar.bz2
Attach modifiedSig handlers to the session.autoRaiseDelay resource
Diffstat (limited to 'src/fluxbox.hh')
-rw-r--r--src/fluxbox.hh3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/fluxbox.hh b/src/fluxbox.hh
index 20b25fb..c25939d 100644
--- a/src/fluxbox.hh
+++ b/src/fluxbox.hh
@@ -127,7 +127,8 @@ public:
127 FbTk::IntResource &getTabsPaddingResource() { return m_rc_tabs_padding; } 127 FbTk::IntResource &getTabsPaddingResource() { return m_rc_tabs_padding; }
128 128
129 129
130 time_t getAutoRaiseDelay() const { return *m_rc_auto_raise_delay; } 130 FbTk::Resource<time_t, FbTk::IntTraits<time_t> > &
131 getAutoRaiseDelayResource() { return m_rc_auto_raise_delay; }
131 132
132 FbTk::UIntResource &getCacheLifeResource() { return m_rc_cache_life; } 133 FbTk::UIntResource &getCacheLifeResource() { return m_rc_cache_life; }
133 FbTk::UIntResource &getCacheMaxResource() { return m_rc_cache_max; } 134 FbTk::UIntResource &getCacheMaxResource() { return m_rc_cache_max; }