diff options
Diffstat (limited to 'src/fluxbox.hh')
-rw-r--r-- | src/fluxbox.hh | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/src/fluxbox.hh b/src/fluxbox.hh index 3f4a00a..5613caa 100644 --- a/src/fluxbox.hh +++ b/src/fluxbox.hh | |||
@@ -126,13 +126,8 @@ public: | |||
126 | const std::string &getSlitlistFilename() const { return *m_rc_slitlistfile; } | 126 | const std::string &getSlitlistFilename() const { return *m_rc_slitlistfile; } |
127 | const std::string &getAppsFilename() const { return *m_rc_appsfile; } | 127 | const std::string &getAppsFilename() const { return *m_rc_appsfile; } |
128 | int colorsPerChannel() const { return *m_rc_colors_per_channel; } | 128 | int colorsPerChannel() const { return *m_rc_colors_per_channel; } |
129 | int getNumberOfLayers() const { return *m_rc_numlayers; } | ||
130 | int getTabsPadding() const { return *m_rc_tabs_padding; } | 129 | int getTabsPadding() const { return *m_rc_tabs_padding; } |
131 | 130 | ||
132 | // class to store layer numbers (special Resource type) | ||
133 | // we have a special resource type because we need to be able to name certain layers | ||
134 | // a Resource<int> wouldn't allow this | ||
135 | |||
136 | 131 | ||
137 | time_t getAutoRaiseDelay() const { return *m_rc_auto_raise_delay; } | 132 | time_t getAutoRaiseDelay() const { return *m_rc_auto_raise_delay; } |
138 | 133 | ||
@@ -246,7 +241,7 @@ private: | |||
246 | 241 | ||
247 | FbTk::Resource<bool> m_rc_ignoreborder; | 242 | FbTk::Resource<bool> m_rc_ignoreborder; |
248 | FbTk::Resource<bool> m_rc_pseudotrans; | 243 | FbTk::Resource<bool> m_rc_pseudotrans; |
249 | FbTk::Resource<int> m_rc_colors_per_channel, m_rc_numlayers, | 244 | FbTk::Resource<int> m_rc_colors_per_channel, |
250 | m_rc_double_click_interval, | 245 | m_rc_double_click_interval, |
251 | m_rc_tabs_padding; | 246 | m_rc_tabs_padding; |
252 | FbTk::Resource<std::string> m_rc_stylefile, | 247 | FbTk::Resource<std::string> m_rc_stylefile, |