X-Git-Url: http://git.hungrycats.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=hacks%2Fhelix.c;h=0fdaa90e749e2c73ef5544e424e456f397619b96;hb=aa75c7476aeaa84cf3abc192b376a8b03c325213;hp=9e28c9fd07f7ecad9351e34a5cbce9e23abd4224;hpb=49f5b54f312fe4ac2e9bc47581a72451bd0e8439;p=xscreensaver diff --git a/hacks/helix.c b/hacks/helix.c index 9e28c9fd..0fdaa90e 100644 --- a/hacks/helix.c +++ b/hacks/helix.c @@ -1,4 +1,4 @@ -/* xscreensaver, Copyright (c) 1992-2006 Jamie Zawinski +/* xscreensaver, Copyright (c) 1992-2008 Jamie Zawinski * * Permission to use, copy, modify, distribute, and sell this software and its * documentation for any purpose is hereby granted without fee, provided that @@ -338,8 +338,12 @@ helix_free (Display *dpy, Window window, void *closure) static const char *helix_defaults [] = { ".background: black", ".foreground: white", + "*fpsSolid: true", "*delay: 5", "*subdelay: 20000", +#ifdef HAVE_MOBILE + "*ignoreRotation: True", +#endif 0 };