aboutsummaryrefslogtreecommitdiff
path: root/src/fluxbox.hh
diff options
context:
space:
mode:
authorPavel Labath <pavelo@centrum.sk>2011-06-20 20:16:30 (GMT)
committerPavel Labath <pavelo@centrum.sk>2011-11-01 09:57:19 (GMT)
commit251a4c9ac62050e912fd861c4443ebe83948e22d (patch)
tree803926d40b5d5eb3980a6879c179e54def69cbb4 /src/fluxbox.hh
parentd4ff16c0e739663a0fec8b471d83e7004189fb29 (diff)
downloadfluxbox_paul-251a4c9ac62050e912fd861c4443ebe83948e22d.zip
fluxbox_paul-251a4c9ac62050e912fd861c4443ebe83948e22d.tar.bz2
Convert slitlist from a separate file to a regular lua resource
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 47a8187..e7d2d68 100644
--- a/src/fluxbox.hh
+++ b/src/fluxbox.hh
@@ -121,7 +121,6 @@ public:
121 const std::string &getStyleOverlayFilename() const { return *m_rc_styleoverlayfile; } 121 const std::string &getStyleOverlayFilename() const { return *m_rc_styleoverlayfile; }
122 122
123 const std::string &getMenuFilename() const { return *m_rc_menufile; } 123 const std::string &getMenuFilename() const { return *m_rc_menufile; }
124 const std::string &getSlitlistFilename() const { return *m_rc_slitlistfile; }
125 const std::string &getAppsFilename() const { return *m_rc_appsfile; } 124 const std::string &getAppsFilename() const { return *m_rc_appsfile; }
126 const std::string &getKeysFilename() const { return *m_rc_keyfile; } 125 const std::string &getKeysFilename() const { return *m_rc_keyfile; }
127 int colorsPerChannel() const { return *m_rc_colors_per_channel; } 126 int colorsPerChannel() const { return *m_rc_colors_per_channel; }
@@ -242,7 +241,7 @@ private:
242 m_rc_tabs_padding; 241 m_rc_tabs_padding;
243 FbTk::StringResource m_rc_stylefile, 242 FbTk::StringResource m_rc_stylefile,
244 m_rc_styleoverlayfile, 243 m_rc_styleoverlayfile,
245 m_rc_menufile, m_rc_keyfile, m_rc_slitlistfile, 244 m_rc_menufile, m_rc_keyfile,
246 m_rc_appsfile; 245 m_rc_appsfile;
247 246
248 247