X-Git-Url: http://git.hungrycats.org/cgi-bin/gitweb.cgi?p=xscreensaver;a=blobdiff_plain;f=hacks%2Fglx%2Fgflux.c;fp=hacks%2Fglx%2Fgflux.c;h=dbbb11c097e462f8093a214976109811ee54f384;hp=69636f276d18f9a8f436f8b0978565addfda9426;hb=39809ded547bdbb08207d3e514950425215b4410;hpb=4361b69d3178d7fc98d0388f9a223af6c2651aba diff --git a/hacks/glx/gflux.c b/hacks/glx/gflux.c index 69636f27..dbbb11c0 100644 --- a/hacks/glx/gflux.c +++ b/hacks/glx/gflux.c @@ -46,7 +46,7 @@ "*useSHM: True \n" \ "*suppressRotationAnimation: True\n" \ -# define refresh_gflux 0 +# define free_gflux 0 # define release_gflux 0 # include "xlockmore.h" /* from the xscreensaver distribution */ #else /* !STANDALONE */ @@ -359,7 +359,7 @@ ENTRYPOINT void init_gflux(ModeInfo * mi) int screen = MI_SCREEN(mi); gfluxstruct *gp; - MI_INIT(mi, gfluxes, NULL); + MI_INIT(mi, gfluxes); gp = &gfluxes[screen]; gp->trackball = gltrackball_init (True);