aboutsummaryrefslogtreecommitdiff
path: root/src/fluxbox.hh
diff options
context:
space:
mode:
authorPavel Labath <pavelo@centrum.sk>2011-07-15 18:35:09 (GMT)
committerPavel Labath <pavelo@centrum.sk>2011-11-01 09:57:22 (GMT)
commitea131baceb10b7f032da725e194c4f4b48586739 (patch)
treeadf953a2a1cd8b5db885796fe20d570870d2d39a /src/fluxbox.hh
parentced7d37b2daef12c3f67cc2f32f37727997df7b3 (diff)
downloadfluxbox_paul-ea131baceb10b7f032da725e194c4f4b48586739.zip
fluxbox_paul-ea131baceb10b7f032da725e194c4f4b48586739.tar.bz2
Attach a modifiedSig handler to the session.cacheMax 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 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)