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 | |
parent | 6e99ed898c99d91a0ebbab4aecd5351cc65e0069 (diff) |
oops. Left in an XSynchronize call.
-rw-r--r-- | ChangeLog | 5 | ||||
-rw-r--r-- | xcompmgr.c | 1 |
2 files changed, 5 insertions, 1 deletions
@@ -1,5 +1,10 @@ 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), (configure_win), (destroy_win), (main): @@ -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); |