http://ftp.x.org/contrib/applications/xscreensaver-3.06.tar.gz
[xscreensaver] / hacks / decayscreen.c
index ebcecfbcc1ee3e0aaf73c8aa4ae753fac0b93640..da6a5fef770826f6f955aa050f7a2642bf6850b8 100644 (file)
@@ -1,5 +1,5 @@
 /* xscreensaver, Copyright (c) 1992, 1993, 1994, 1996, 1997 
- * Jamie Zawinski <jwz@netscape.com>
+ * 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
@@ -207,6 +207,7 @@ screenhack (Display *dpy, Window window)
       for (i = 0; i < 100; i++)
        decay1 (dpy, window);
       XSync(dpy, False);
+      screenhack_handle_events (dpy);
       if (delay) usleep (delay);
     }
 }