X-Git-Url: http://git.hungrycats.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=hacks%2Fpedal.c;h=c38f6f0e7230d6eea1860b10086df1ddf0a2d5fb;hb=4ade52359b6eba3621566dac79793a33aa4c915f;hp=7020bf2f30f3c1b3669055cba985d2d548bb058e;hpb=49f5b54f312fe4ac2e9bc47581a72451bd0e8439;p=xscreensaver diff --git a/hacks/pedal.c b/hacks/pedal.c index 7020bf2f..c38f6f0e 100644 --- a/hacks/pedal.c +++ b/hacks/pedal.c @@ -309,8 +309,12 @@ pedal_free (Display *dpy, Window window, void *closure) static const char *pedal_defaults [] = { ".background: black", ".foreground: white", + "*fpsSolid: true", "*delay: 5", "*maxlines: 1000", +#ifdef USE_IPHONE + "*ignoreRotation: True", +#endif 0 };