mirror of
https://github.com/yshui/picom.git
synced 2024-11-11 13:51:02 -05:00
oops. Left in an XSynchronize call.
This commit is contained in:
parent
6e99ed898c
commit
b4fc0433c5
2 changed files with 5 additions and 1 deletions
|
@ -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),
|
||||
|
|
|
@ -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);
|
||||
|
|
Loading…
Reference in a new issue