diff options
Diffstat (limited to 'src/fluxbox.hh')
-rw-r--r-- | src/fluxbox.hh | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/fluxbox.hh b/src/fluxbox.hh index 021619b..ff817d1 100644 --- a/src/fluxbox.hh +++ b/src/fluxbox.hh | |||
@@ -22,7 +22,7 @@ | |||
22 | // FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER | 22 | // FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER |
23 | // DEALINGS IN THE SOFTWARE. | 23 | // DEALINGS IN THE SOFTWARE. |
24 | 24 | ||
25 | // $Id: fluxbox.hh,v 1.93 2004/10/18 01:26:54 akir Exp $ | 25 | // $Id: fluxbox.hh,v 1.94 2004/10/19 09:01:49 akir Exp $ |
26 | 26 | ||
27 | #ifndef FLUXBOX_HH | 27 | #ifndef FLUXBOX_HH |
28 | #define FLUXBOX_HH | 28 | #define FLUXBOX_HH |
@@ -124,6 +124,7 @@ public: | |||
124 | 124 | ||
125 | inline const std::string &getMenuFilename() const { return *m_rc_menufile; } | 125 | inline const std::string &getMenuFilename() const { return *m_rc_menufile; } |
126 | inline const std::string &getSlitlistFilename() const { return *m_rc_slitlistfile; } | 126 | inline const std::string &getSlitlistFilename() const { return *m_rc_slitlistfile; } |
127 | inline const std::string &getAppsFilename() const { return *m_rc_appsfile; } | ||
127 | inline int colorsPerChannel() const { return *m_rc_colors_per_channel; } | 128 | inline int colorsPerChannel() const { return *m_rc_colors_per_channel; } |
128 | inline int getNumberOfLayers() const { return *m_rc_numlayers; } | 129 | inline int getNumberOfLayers() const { return *m_rc_numlayers; } |
129 | inline int getTabsPadding() const { return *m_rc_tabs_padding; } | 130 | inline int getTabsPadding() const { return *m_rc_tabs_padding; } |
@@ -264,7 +265,7 @@ private: | |||
264 | m_rc_focused_tab_min_width; | 265 | m_rc_focused_tab_min_width; |
265 | FbTk::Resource<std::string> m_rc_stylefile, | 266 | FbTk::Resource<std::string> m_rc_stylefile, |
266 | m_rc_menufile, m_rc_keyfile, m_rc_slitlistfile, | 267 | m_rc_menufile, m_rc_keyfile, m_rc_slitlistfile, |
267 | m_rc_groupfile; | 268 | m_rc_groupfile, m_rc_appsfile; |
268 | 269 | ||
269 | 270 | ||
270 | FbTk::Resource<TitlebarList> m_rc_titlebar_left, m_rc_titlebar_right; | 271 | FbTk::Resource<TitlebarList> m_rc_titlebar_left, m_rc_titlebar_right; |