aboutsummaryrefslogtreecommitdiff
path: root/src/fluxbox.hh
diff options
context:
space:
mode:
Diffstat (limited to 'src/fluxbox.hh')
-rw-r--r--src/fluxbox.hh2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/fluxbox.hh b/src/fluxbox.hh
index df0335a..2d2e670 100644
--- a/src/fluxbox.hh
+++ b/src/fluxbox.hh
@@ -29,6 +29,7 @@
29#include "FbTk/Resource.hh" 29#include "FbTk/Resource.hh"
30#include "FbTk/Timer.hh" 30#include "FbTk/Timer.hh"
31#include "FbTk/Signal.hh" 31#include "FbTk/Signal.hh"
32#include "FbTk/MenuSearch.hh"
32 33
33#include "AttentionNoticeHandler.hh" 34#include "AttentionNoticeHandler.hh"
34 35
@@ -251,6 +252,7 @@ private:
251 FbTk::Resource<std::string> apps_file; 252 FbTk::Resource<std::string> apps_file;
252 253
253 FbTk::Resource<TabsAttachArea> tabs_attach_area; 254 FbTk::Resource<TabsAttachArea> tabs_attach_area;
255 FbTk::Resource<FbTk::MenuSearch::Mode> menusearch;
254 FbTk::Resource<unsigned int> cache_life; 256 FbTk::Resource<unsigned int> cache_life;
255 FbTk::Resource<unsigned int> cache_max; 257 FbTk::Resource<unsigned int> cache_max;
256 FbTk::Resource<time_t> auto_raise_delay; 258 FbTk::Resource<time_t> auto_raise_delay;