]> Dogcows Code - chaz/openbox/commitdiff
remove XXX
authorDana Jansens <danakj@orodu.net>
Sat, 11 Oct 2003 08:19:27 +0000 (08:19 +0000)
committerDana Jansens <danakj@orodu.net>
Sat, 11 Oct 2003 08:19:27 +0000 (08:19 +0000)
openbox/openbox.c

index f723ffe2529ca0a2d4937da386d6025063f4c335..3ffaded81ce4127ba7493a97ee54058b908fa66a 100644 (file)
@@ -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);
 
This page took 0.025025 seconds and 4 git commands to generate.