aboutsummaryrefslogtreecommitdiffstats
path: root/xcompmgr.c
diff options
context:
space:
mode:
authorKeith Packard <keithp@keithp.com>2003-11-10 03:48:00 +0000
committerKeith Packard <keithp@keithp.com>2003-11-10 03:48:00 +0000
commitb4fc0433c5d358595ed87a7a04183b7ec37e070c (patch)
tree6c9d45b2f58b8f8e2a362b66e8b1abfada39bd0f /xcompmgr.c
parentDouble buffer updates. Check for InputOnly windows and ignore them (diff)
downloadxcman-b4fc0433c5d358595ed87a7a04183b7ec37e070c.tar.gz
xcman-b4fc0433c5d358595ed87a7a04183b7ec37e070c.tar.bz2
xcman-b4fc0433c5d358595ed87a7a04183b7ec37e070c.tar.xz
oops. Left in an XSynchronize call.
Diffstat (limited to 'xcompmgr.c')
-rw-r--r--xcompmgr.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/xcompmgr.c b/xcompmgr.c
index f5394aa..02a634d 100644
--- a/xcompmgr.c
+++ b/xcompmgr.c
@@ -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);