diff options
Diffstat (limited to 'src/fluxbox.hh')
-rw-r--r-- | src/fluxbox.hh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/fluxbox.hh b/src/fluxbox.hh index 8b22a04..fc86125 100644 --- a/src/fluxbox.hh +++ b/src/fluxbox.hh | |||
@@ -120,6 +120,7 @@ public: | |||
120 | const std::string &getMenuFilename() const { return *m_rc_menufile; } | 120 | const std::string &getMenuFilename() const { return *m_rc_menufile; } |
121 | const std::string &getSlitlistFilename() const { return *m_rc_slitlistfile; } | 121 | const std::string &getSlitlistFilename() const { return *m_rc_slitlistfile; } |
122 | const std::string &getAppsFilename() const { return *m_rc_appsfile; } | 122 | const std::string &getAppsFilename() const { return *m_rc_appsfile; } |
123 | const std::string &getKeysFilename() const { return *m_rc_keyfile; } | ||
123 | int colorsPerChannel() const { return *m_rc_colors_per_channel; } | 124 | int colorsPerChannel() const { return *m_rc_colors_per_channel; } |
124 | int getTabsPadding() const { return *m_rc_tabs_padding; } | 125 | int getTabsPadding() const { return *m_rc_tabs_padding; } |
125 | 126 | ||