oops. Left in an XSynchronize call.

This commit is contained in:
Keith Packard
2003-11-10 03:48:00 +00:00
parent 6e99ed898c
commit b4fc0433c5
2 changed files with 5 additions and 1 deletions

View File

@@ -756,7 +756,6 @@ main ()
fprintf (stderr, "Can't open display\n");
exit (1);
}
XSynchronize (dpy, True);
XSetErrorHandler (error);
scr = DefaultScreen (dpy);
root = RootWindow (dpy, scr);