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

@ -1,3 +1,8 @@
2003-11-09 Keith Packard <keithp@keithp.com>
* xcompmgr.c: (main):
oops. Left in an XSynchronize call.
2003-11-09 Keith Packard <keithp@keithp.com>
* xcompmgr.c: (paint_root), (paint_all), (map_win), (add_win),

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);