X-Git-Url: http://git.hungrycats.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=hacks%2Fdeco.c;h=876badca6a18f11efc99bc61db9eeb96e5051a7d;hb=78add6e627ee5f10e1fa6f3852602ea5066eee5a;hp=27ada0502553f698aecf30e05c8b1e268e91dde1;hpb=4ade52359b6eba3621566dac79793a33aa4c915f;p=xscreensaver diff --git a/hacks/deco.c b/hacks/deco.c index 27ada050..876badca 100644 --- a/hacks/deco.c +++ b/hacks/deco.c @@ -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