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 | Double buffer updates. Check for InputOnly windows and ignore them (diff) | |
download | xcman-b4fc0433c5d358595ed87a7a04183b7ec37e070c.tar.gz xcman-b4fc0433c5d358595ed87a7a04183b7ec37e070c.tar.bz2 xcman-b4fc0433c5d358595ed87a7a04183b7ec37e070c.tar.xz |
oops. Left in an XSynchronize call.
Diffstat (limited to '')
-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); |