From http://www.jwz.org/xscreensaver/xscreensaver-5.18.tar.gz
[xscreensaver] / hacks / galaxy.c
index f060591c0eed2a8b6d930d9d21db7caf57e1f63d..43a0b5bf49500f609d58bbc90393bda0d5b5ae48 100644 (file)
@@ -43,9 +43,10 @@ static const char sccsid[] = "@(#)galaxy.c 4.04 97/07/28 xlockmore";
 # define DEFAULTS      "*delay:  20000  \n"   \
                                        "*count:  -5     \n"   \
                                        "*cycles:  250   \n"   \
-                                       "*ncolors:  64   \n"
+                                       "*ncolors:  64   \n" \
+                                       "*fpsSolid:  true   \n" \
+
 # define UNIFORM_COLORS
-# define reshape_galaxy 0
 # define galaxy_handle_event 0
 # include "xlockmore.h"    /* from the xscreensaver distribution */
 #else  /* !STANDALONE */
@@ -438,6 +439,13 @@ draw_galaxy(ModeInfo * mi)
     startover(mi);
 }
 
+ENTRYPOINT void
+reshape_galaxy(ModeInfo * mi, int width, int height)
+{
+  XClearWindow (MI_DISPLAY (mi), MI_WINDOW(mi));
+  init_galaxy (mi);
+}
+
 ENTRYPOINT void
 release_galaxy(ModeInfo * mi)
 {