aboutsummaryrefslogtreecommitdiff
path: root/src/fluxbox.hh
diff options
context:
space:
mode:
authorPavel Labath <pavelo@centrum.sk>2011-07-14 12:56:25 (GMT)
committerPaul Tagliamonte <paultag@fluxbox.org>2012-04-07 02:11:32 (GMT)
commit4941d9a08bd090f4b8bc0c5c2c053f323f9c11e4 (patch)
tree4cc21087386968d4519a300932da267fcdcee7f0 /src/fluxbox.hh
parent03815f76c732a69dcad9165022678933165155c0 (diff)
downloadfluxbox_paul-4941d9a08bd090f4b8bc0c5c2c053f323f9c11e4.zip
fluxbox_paul-4941d9a08bd090f4b8bc0c5c2c053f323f9c11e4.tar.bz2
Attach a modifiedSig handler to the session.cacheLife resource
Diffstat (limited to 'src/fluxbox.hh')
-rw-r--r--src/fluxbox.hh2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/fluxbox.hh b/src/fluxbox.hh
index dc3b0b3..92d6daf 100644
--- a/src/fluxbox.hh
+++ b/src/fluxbox.hh
@@ -129,7 +129,7 @@ public:
129 129
130 time_t getAutoRaiseDelay() const { return *m_rc_auto_raise_delay; } 130 time_t getAutoRaiseDelay() const { return *m_rc_auto_raise_delay; }
131 131
132 unsigned int getCacheLife() const { return *m_rc_cache_life * 60000; } 132 FbTk::UIntResource &getCacheLifeResource() { return m_rc_cache_life; }
133 unsigned int getCacheMax() const { return *m_rc_cache_max; } 133 unsigned int getCacheMax() const { return *m_rc_cache_max; }
134 134
135 135