X-Git-Url: http://git.hungrycats.org/cgi-bin/gitweb.cgi?p=xscreensaver;a=blobdiff_plain;f=hacks%2Fglx%2Fprojectiveplane.c;h=2a1e56604c92cdaa1dad2b67222e7322d4ea85db;hp=0fe29fa32a0fb9fad17976fb55b8787d497d4681;hb=39809ded547bdbb08207d3e514950425215b4410;hpb=4361b69d3178d7fc98d0388f9a223af6c2651aba diff --git a/hacks/glx/projectiveplane.c b/hacks/glx/projectiveplane.c index 0fe29fa3..2a1e5660 100644 --- a/hacks/glx/projectiveplane.c +++ b/hacks/glx/projectiveplane.c @@ -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)];