X-Git-Url: http://git.hungrycats.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=hacks%2Fgalaxy.c;h=b8fbd0c4ce8db57ba5a251fa46b4b8be2ee40706;hb=aa75c7476aeaa84cf3abc192b376a8b03c325213;hp=8003941336a38d3bf319f77191a20df49a887539;hpb=4ade52359b6eba3621566dac79793a33aa4c915f;p=xscreensaver diff --git a/hacks/galaxy.c b/hacks/galaxy.c index 80039413..b8fbd0c4 100644 --- a/hacks/galaxy.c +++ b/hacks/galaxy.c @@ -48,7 +48,6 @@ static const char sccsid[] = "@(#)galaxy.c 4.04 97/07/28 xlockmore"; "*ignoreRotation: True \n" \ # define UNIFORM_COLORS -# define galaxy_handle_event 0 # include "xlockmore.h" /* from the xscreensaver distribution */ #else /* !STANDALONE */ # include "xlock.h" /* from the xlockmore distribution */ @@ -314,7 +313,7 @@ init_galaxy(ModeInfo * mi) } gp = &universes[MI_SCREEN(mi)]; -# ifdef HAVE_COCOA /* Don't second-guess Quartz's double-buffering */ +# ifdef HAVE_JWXYZ /* Don't second-guess Quartz's double-buffering */ dbufp = False; # endif @@ -466,4 +465,16 @@ refresh_galaxy(ModeInfo * mi) /* Do nothing, it will refresh by itself */ } +ENTRYPOINT Bool +galaxy_handle_event (ModeInfo *mi, XEvent *event) +{ + if (screenhack_event_helper (MI_DISPLAY(mi), MI_WINDOW(mi), event)) + { + reshape_galaxy (mi, MI_WIDTH(mi), MI_HEIGHT(mi)); + return True; + } + return False; +} + + XSCREENSAVER_MODULE ("Galaxy", galaxy)