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>2013-02-17 00:09:34 (GMT)
commitcb42b13e5dfcbebad6ac6d6cf757870b7b8a65ae (patch)
treeb860751172054b5342a9674c9dc44c132831b435 /src/fluxbox.hh
parentd57c93b1576879ba29ef172b58a0ef2e04403b1b (diff)
downloadfluxbox_pavel-cb42b13e5dfcbebad6ac6d6cf757870b7b8a65ae.zip
fluxbox_pavel-cb42b13e5dfcbebad6ac6d6cf757870b7b8a65ae.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 2e0aabb..97ea211 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; }
@@ -241,7 +240,7 @@ private:
241 m_rc_tabs_padding; 240 m_rc_tabs_padding;
242 FbTk::StringResource m_rc_stylefile, 241 FbTk::StringResource m_rc_stylefile,
243 m_rc_styleoverlayfile, 242 m_rc_styleoverlayfile,
244 m_rc_menufile, m_rc_keyfile, m_rc_slitlistfile, 243 m_rc_menufile, m_rc_keyfile,
245 m_rc_appsfile; 244 m_rc_appsfile;
246 245
247 246