diff options
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 92d6daf..20b25fb 100644 --- a/src/fluxbox.hh +++ b/src/fluxbox.hh | |||
@@ -130,7 +130,7 @@ public: | |||
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 | FbTk::UIntResource &getCacheLifeResource() { return m_rc_cache_life; } | 132 | FbTk::UIntResource &getCacheLifeResource() { return m_rc_cache_life; } |
133 | unsigned int getCacheMax() const { return *m_rc_cache_max; } | 133 | FbTk::UIntResource &getCacheMaxResource() { return m_rc_cache_max; } |
134 | 134 | ||
135 | 135 | ||
136 | void maskWindowEvents(Window w, FluxboxWindow *bw) | 136 | void maskWindowEvents(Window w, FluxboxWindow *bw) |