From http://www.jwz.org/xscreensaver/xscreensaver-5.38.tar.gz
[xscreensaver] / hacks / glx / antmaze.c
index 229257b9576fc7680ab606e862ce8eabf6d8fa01..79b7e0b997330579b9924846edfb47581902c226 100644 (file)
@@ -25,7 +25,7 @@ static const char sccsid[] = "@(#)antmaze.c   5.01 2001/03/01 xlockmore";
                        "*showFPS:      False   \n" \
                        "*fpsSolid:     True    \n"
 
-# define refresh_antmaze 0
+# define free_antmaze 0
 # define release_antmaze 0
 # include "xlockmore.h"                /* from the xscreensaver distribution */
 #else /* !STANDALONE */
@@ -1329,7 +1329,7 @@ ENTRYPOINT void init_antmaze(ModeInfo * mi)
 
   antmazestruct *mp;
   
-  MI_INIT(mi, antmaze, NULL);
+  MI_INIT(mi, antmaze);
   mp = &antmaze[MI_SCREEN(mi)];
   mp->step = NRAND(90);
   mp->ant_position = NRAND(90);