From http://www.jwz.org/xscreensaver/xscreensaver-5.38.tar.gz
[xscreensaver] / hacks / glx / projectiveplane.c
index 0fe29fa32a0fb9fad17976fb55b8787d497d4681..2a1e56604c92cdaa1dad2b67222e7322d4ea85db 100644 (file)
@@ -219,7 +219,7 @@ static const char sccsid[] = "@(#)projectiveplane.c  1.1 14/01/01 xlockmore";
 # define DEFAULTS           "*delay:      10000 \n" \
                             "*showFPS:    False \n" \
 
-# define refresh_projectiveplane 0
+# define free_projectiveplane 0
 # define release_projectiveplane 0
 # include "xlockmore.h"         /* from the xscreensaver distribution */
 #else  /* !STANDALONE */
@@ -1321,7 +1321,7 @@ ENTRYPOINT void init_projectiveplane(ModeInfo *mi)
 {
   projectiveplanestruct *pp;
 
-  MI_INIT(mi, projectiveplane, NULL);
+  MI_INIT(mi, projectiveplane);
   pp = &projectiveplane[MI_SCREEN(mi)];