From http://www.jwz.org/xscreensaver/xscreensaver-5.35.tar.gz
[xscreensaver] / hacks / spiral.c
index 5f886df0d6e248a69c0c967ef94fa1035bda8901..bfef07d8b6a30ebcdf7b89882d9ef3ace230cd64 100644 (file)
@@ -38,7 +38,9 @@ static const char sccsid[] = "@(#)spiral.c    5.00 2000/11/01 xlockmore";
 #define DEFAULTS       "*delay: 50000 \n" \
                                        "*count: 40 \n" \
                                        "*cycles: 350 \n" \
-                                       "*ncolors: 64 \n"
+                                       "*ncolors: 64 \n" \
+                                       "*fpsSolid: true \n" \
+
 # define SMOOTH_COLORS
 # define reshape_spiral 0
 # define spiral_handle_event 0
@@ -132,7 +134,7 @@ init_spiral(ModeInfo * mi)
        }
        sp = &spirals[MI_SCREEN(mi)];
 
-#ifdef HAVE_COCOA
+#ifdef HAVE_JWXYZ
     jwxyz_XSetAntiAliasing (MI_DISPLAY(mi), MI_GC(mi),  False);
 #endif