X-Git-Url: http://git.hungrycats.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=hacks%2Fgalaxy.c;h=43a0b5bf49500f609d58bbc90393bda0d5b5ae48;hb=6f5482d73adb0165c0130bb47d852644ab0c4869;hp=f060591c0eed2a8b6d930d9d21db7caf57e1f63d;hpb=de460e831dc8578acfa8b72251ab9346c99c1f96;p=xscreensaver diff --git a/hacks/galaxy.c b/hacks/galaxy.c index f060591c..43a0b5bf 100644 --- a/hacks/galaxy.c +++ b/hacks/galaxy.c @@ -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) {