diff options
author | Pavel Labath <pavelo@centrum.sk> | 2011-07-14 12:56:25 (GMT) |
---|---|---|
committer | Pavel Labath <pavelo@centrum.sk> | 2013-02-18 21:04:22 (GMT) |
commit | 295bb1919bc748d369eb8b5597c1cd12577d3176 (patch) | |
tree | b7782bada32a49febe4dc275216629e3528249bd /src/fluxbox.hh | |
parent | 4ea546a91e7188ad6a95931637b7b928abd38342 (diff) | |
download | fluxbox_pavel-295bb1919bc748d369eb8b5597c1cd12577d3176.zip fluxbox_pavel-295bb1919bc748d369eb8b5597c1cd12577d3176.tar.bz2 |
Attach a modifiedSig handler to the session.cacheLife resource
Diffstat (limited to 'src/fluxbox.hh')
-rw-r--r-- | src/fluxbox.hh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/fluxbox.hh b/src/fluxbox.hh index c245d43..1c6d10a 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 | ||