From http://www.jwz.org/xscreensaver/xscreensaver-5.39.tar.gz
[xscreensaver] / hacks / kumppa.c
index c444bd5fb3c36577665408e6114bc9d512af5c78..2e2955bcdcd2f94576d3cc4857654c46345a29a7 100644 (file)
@@ -49,13 +49,14 @@ from the X Consortium.
 
 static const char *kumppa_defaults [] ={
   ".background:                black",
+  ".lowrez:            true",
   "*fpsSolid:          true",
   "*speed:             0.1",
   "*delay:             10000",
   "*random:            True",
   /* leave this off by default, since it slows things down.  -- jwz. */
   "*useDBE:            False",
-#ifdef USE_IPHONE
+#ifdef HAVE_MOBILE
   "*ignoreRotation:     True",
 #endif
   0