summaryrefslogtreecommitdiff
path: root/openbox/openbox.c
diff options
context:
space:
mode:
authorDana Jansens <danakj@orodu.net>2003-10-11 08:19:27 +0000
committerDana Jansens <danakj@orodu.net>2003-10-11 08:19:27 +0000
commit7fe92962cbdd619d21b820b5301ab1ca840ce755 (patch)
tree28a41812221422397e3266d6d1a83369e2b7775c /openbox/openbox.c
parent2cb368cb1bde0174d75e850961041142531ca144 (diff)
remove XXX
Diffstat (limited to 'openbox/openbox.c')
-rw-r--r--openbox/openbox.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/openbox/openbox.c b/openbox/openbox.c
index f723ffe2..3ffaded8 100644
--- a/openbox/openbox.c
+++ b/openbox/openbox.c
@@ -132,8 +132,6 @@ int main(int argc, char **argv)
if (ob_rr_inst == NULL)
ob_exit_with_error("Failed to initialize the render library.");
- /* XXX fork self onto other screens */
-
XSynchronize(ob_display, xsync);
/* check for locale support */
@@ -289,6 +287,8 @@ int main(int argc, char **argv)
} while (reconfigure);
}
+ XSync(ob_display, FALSE);
+
RrThemeFree(ob_rr_theme);
RrInstanceFree(ob_rr_inst);