aboutsummaryrefslogtreecommitdiff
path: root/src/fluxbox.hh
diff options
context:
space:
mode:
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 66fdff5..51ecc06 100644
--- a/src/fluxbox.hh
+++ b/src/fluxbox.hh
@@ -216,7 +216,6 @@ private:
216 216
217 std::string getRcFilename(); 217 std::string getRcFilename();
218 void load_rc(); 218 void load_rc();
219 void reload_rc();
220 219
221 void real_rereadMenu(); 220 void real_rereadMenu();
222 void real_reconfigure(); 221 void real_reconfigure();
@@ -305,7 +304,7 @@ private:
305 int m_randr_event_type; ///< the type number of randr event 304 int m_randr_event_type; ///< the type number of randr event
306 int m_shape_eventbase; ///< event base for shape events 305 int m_shape_eventbase; ///< event base for shape events
307 bool m_have_shape; ///< if shape is supported by server 306 bool m_have_shape; ///< if shape is supported by server
308 const char *m_RC_PATH; 307 std::string m_RC_PATH;
309 const char *m_RC_INIT_FILE; 308 const char *m_RC_INIT_FILE;
310 Atom m_kwm1_dockwindow, m_kwm2_dockwindow; 309 Atom m_kwm1_dockwindow, m_kwm2_dockwindow;
311 310