X-Git-Url: http://git.hungrycats.org/cgi-bin/gitweb.cgi?p=xscreensaver;a=blobdiff_plain;f=hacks%2Fglx%2Fvoronoi.c;h=957dc3cd6fd1ec135e4cf5655ce90004a2bf24ed;hp=3844d95719d69b89969d12d90cdc0f7933f51d04;hb=39809ded547bdbb08207d3e514950425215b4410;hpb=4361b69d3178d7fc98d0388f9a223af6c2651aba diff --git a/hacks/glx/voronoi.c b/hacks/glx/voronoi.c index 3844d957..957dc3cd 100644 --- a/hacks/glx/voronoi.c +++ b/hacks/glx/voronoi.c @@ -13,7 +13,7 @@ "*showFPS: False \n" \ "*suppressRotationAnimation: True\n" \ -# define refresh_voronoi 0 +# define free_voronoi 0 # define release_voronoi 0 #undef countof #define countof(x) (sizeof((x))/sizeof((*x))) @@ -478,7 +478,7 @@ init_voronoi (ModeInfo *mi) { voronoi_configuration *vp; - MI_INIT (mi, vps, NULL); + MI_INIT (mi, vps); vp = &vps[MI_SCREEN(mi)];