From http://www.jwz.org/xscreensaver/xscreensaver-5.39.tar.gz
[xscreensaver] / hacks / deco.c
index 27ada0502553f698aecf30e05c8b1e268e91dde1..876badca6a18f11efc99bc61db9eeb96e5051a7d 100644 (file)
@@ -304,6 +304,7 @@ deco_free (Display *dpy, Window window, void *closure)
 static const char *deco_defaults [] = {
   ".background:                black",
   ".foreground:                white",
+  ".lowrez:            true",
   "*maxDepth:          12",
   "*minWidth:          20",
   "*minHeight:         20",
@@ -313,7 +314,7 @@ static const char *deco_defaults [] = {
   "*goldenRatio:        False",
   "*smoothColors:       False",
   "*mondrian:           False",
-#ifdef USE_IPHONE
+#ifdef HAVE_MOBILE
   "*ignoreRotation:     True",
 #endif
   0