diff options
author | Keith Packard <keithp@keithp.com> | 2003-11-10 03:48:00 +0000 |
---|---|---|
committer | Keith Packard <keithp@keithp.com> | 2003-11-10 03:48:00 +0000 |
commit | b4fc0433c5d358595ed87a7a04183b7ec37e070c (patch) | |
tree | 6c9d45b2f58b8f8e2a362b66e8b1abfada39bd0f /xcompmgr.c | |
parent | 6e99ed898c99d91a0ebbab4aecd5351cc65e0069 (diff) |
oops. Left in an XSynchronize call.
Diffstat (limited to 'xcompmgr.c')
-rw-r--r-- | xcompmgr.c | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -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); |