summaryrefslogtreecommitdiff
path: root/src/fluxbox.hh
diff options
context:
space:
mode:
Diffstat (limited to 'src/fluxbox.hh')
-rw-r--r--src/fluxbox.hh3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/fluxbox.hh b/src/fluxbox.hh
index 17d9124..a995bd5 100644
--- a/src/fluxbox.hh
+++ b/src/fluxbox.hh
@@ -102,7 +102,6 @@ public:
102 BScreen *searchScreen(Window w); 102 BScreen *searchScreen(Window w);
103 103
104 inline unsigned int getDoubleClickInterval() const { return *m_rc_double_click_interval; } 104 inline unsigned int getDoubleClickInterval() const { return *m_rc_double_click_interval; }
105 inline unsigned int getUpdateDelayTime() const { return *m_rc_update_delay_time; }
106 inline Time getLastTime() const { return m_last_time; } 105 inline Time getLastTime() const { return m_last_time; }
107 106
108 AtomHandler *getAtomHandler(const std::string &name); 107 AtomHandler *getAtomHandler(const std::string &name);
@@ -260,7 +259,7 @@ private:
260 FbTk::Resource<bool> m_rc_tabs, m_rc_ignoreborder; 259 FbTk::Resource<bool> m_rc_tabs, m_rc_ignoreborder;
261 FbTk::Resource<bool> m_rc_pseudotrans; 260 FbTk::Resource<bool> m_rc_pseudotrans;
262 FbTk::Resource<int> m_rc_colors_per_channel, m_rc_numlayers, 261 FbTk::Resource<int> m_rc_colors_per_channel, m_rc_numlayers,
263 m_rc_double_click_interval, m_rc_update_delay_time, 262 m_rc_double_click_interval,
264 m_rc_tabs_padding, 263 m_rc_tabs_padding,
265 m_rc_focused_tab_min_width; 264 m_rc_focused_tab_min_width;
266 FbTk::Resource<std::string> m_rc_stylefile, 265 FbTk::Resource<std::string> m_rc_stylefile,