http://ftp.x.org/contrib/applications/xscreensaver-3.06.tar.gz
[xscreensaver] / hacks / deco.c
index 3b49c09a74be7afb589cebaf42908c2b7c459cbc..ae908051f05120448461673190127960ba973ba7 100644 (file)
@@ -1,4 +1,4 @@
-/* xscreensaver, Copyright (c) 1997 Jamie Zawinski <jwz@jwz.org>
+/* xscreensaver, Copyright (c) 1997, 1998 Jamie Zawinski <jwz@jwz.org>
  *
  * Permission to use, copy, modify, distribute, and sell this software and its
  * documentation for any purpose is hereby granted without fee, provided that
@@ -133,7 +133,8 @@ screenhack (Display *dpy, Window window)
       XFillRectangle(dpy, window, bgc, 0, 0, xgwa.width, xgwa.height);
       deco (dpy, window, xgwa.colormap, fgc, bgc,
            0, 0, xgwa.width, xgwa.height, 0);
-      XSync (dpy, True);
+      XSync (dpy, False);
+      screenhack_handle_events (dpy);
 
       if (!delay) continue;
       if (!writable)
@@ -144,6 +145,8 @@ screenhack (Display *dpy, Window window)
          while (start - delay < time((time_t) 0))
            {
              rotate_colors (dpy, xgwa.colormap, colors, ncolors, 1);
+              XSync (dpy, False);
+              screenhack_handle_events (dpy);
              if (cycle_delay)
                usleep (cycle_delay);
            }