diff options
Diffstat (limited to 'src/fluxbox.hh')
-rw-r--r-- | src/fluxbox.hh | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/fluxbox.hh b/src/fluxbox.hh index 2a113e5..0eacc8d 100644 --- a/src/fluxbox.hh +++ b/src/fluxbox.hh | |||
@@ -152,11 +152,8 @@ public: | |||
152 | void shutdown(); | 152 | void shutdown(); |
153 | void load_rc(BScreen &scr); | 153 | void load_rc(BScreen &scr); |
154 | void saveStyleFilename(const char *val) { m_rc_stylefile = (val == 0 ? "" : val); } | 154 | void saveStyleFilename(const char *val) { m_rc_stylefile = (val == 0 ? "" : val); } |
155 | void saveStyleOverlayFilename(const char *val) { m_rc_styleoverlayfile = (val == 0 ? "" : val); } | ||
156 | void saveMenuFilename(const char *); | 155 | void saveMenuFilename(const char *); |
157 | void clearMenuFilenames(); | 156 | void clearMenuFilenames(); |
158 | void saveTitlebarFilename(const char *); | ||
159 | void saveSlitlistFilename(const char *val) { m_rc_slitlistfile = (val == 0 ? "" : val); } | ||
160 | void saveWindowSearch(Window win, WinClient *winclient); | 157 | void saveWindowSearch(Window win, WinClient *winclient); |
161 | // some windows relate to the group, not the client, so we record separately | 158 | // some windows relate to the group, not the client, so we record separately |
162 | // searchWindow on these windows will give the active client in the group | 159 | // searchWindow on these windows will give the active client in the group |