From http://www.jwz.org/xscreensaver/xscreensaver-5.38.tar.gz
[xscreensaver] / hacks / glx / voronoi.c
index 3844d95719d69b89969d12d90cdc0f7933f51d04..957dc3cd6fd1ec135e4cf5655ce90004a2bf24ed 100644 (file)
@@ -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)];