oops. Left in an XSynchronize call.
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user