diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/fluxbox.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/fluxbox.cc b/src/fluxbox.cc index 5056624..d9deea7 100644 --- a/src/fluxbox.cc +++ b/src/fluxbox.cc | |||
@@ -263,7 +263,7 @@ Fluxbox::Fluxbox(int argc, char **argv, const char *dpy_name, const char *rcfile | |||
263 | m_reconfig_timer.setCommand(reconfig_cmd); | 263 | m_reconfig_timer.setCommand(reconfig_cmd); |
264 | m_reconfig_timer.fireOnce(true); | 264 | m_reconfig_timer.fireOnce(true); |
265 | 265 | ||
266 | XSynchronize(disp, True); | 266 | // XSynchronize(disp, True); |
267 | 267 | ||
268 | s_singleton = this; | 268 | s_singleton = this; |
269 | m_have_shape = false; | 269 | m_have_shape = false; |