diff options
author | Mark Tiefenbruck <mark@fluxbox.org> | 2008-08-22 13:00:42 (GMT) |
---|---|---|
committer | Mark Tiefenbruck <mark@fluxbox.org> | 2008-08-22 13:00:42 (GMT) |
commit | 5a877163c77e4f5d13e5f01a01b254fefddf4235 (patch) | |
tree | 41471ab466739a1d1c5f9f2a93c77b389449de9d /src | |
parent | 0ae3ca9e8a2a3398cf07789e0d141887d40dcb6f (diff) | |
download | fluxbox_pavel-5a877163c77e4f5d13e5f01a01b254fefddf4235.zip fluxbox_pavel-5a877163c77e4f5d13e5f01a01b254fefddf4235.tar.bz2 |
accidentally left this on
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; |