aboutsummaryrefslogtreecommitdiff
path: root/src/fluxbox.hh
diff options
context:
space:
mode:
authorPavel Labath <pavelo@centrum.sk>2011-07-14 12:56:25 (GMT)
committerPavel Labath <pavelo@centrum.sk>2011-11-01 09:57:22 (GMT)
commite945aceb6aa71db200dfb8db659f3248bb62af68 (patch)
treeb1428d78b17dd9b1332fa02196d811d282a24e7f /src/fluxbox.hh
parent70b63f6aee4a612e34c729d5d19e5b0e0626fc7e (diff)
downloadfluxbox_paul-e945aceb6aa71db200dfb8db659f3248bb62af68.zip
fluxbox_paul-e945aceb6aa71db200dfb8db659f3248bb62af68.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