aboutsummaryrefslogtreecommitdiff
path: root/src/fluxbox.hh
diff options
context:
space:
mode:
authormarkt <markt>2007-07-07 23:11:04 (GMT)
committermarkt <markt>2007-07-07 23:11:04 (GMT)
commit135019abf97c7adb236c061d46e3906e51c8a145 (patch)
tree2e675ac4d9dfda48301e0b2a40b057448174692e /src/fluxbox.hh
parentb735d405f58ac226e025d6ef4dbd91a0129bb12e (diff)
downloadfluxbox-135019abf97c7adb236c061d46e3906e51c8a145.zip
fluxbox-135019abf97c7adb236c061d46e3906e51c8a145.tar.bz2
fixes for --program-prefix and --program-suffix, plus fixed overwriting init file on reconfigure
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