X-Git-Url: http://git.hungrycats.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=hacks%2Frorschach.c;h=0d352696b71c1e51b5b5c0aa0370021c83e2c455;hb=4ade52359b6eba3621566dac79793a33aa4c915f;hp=1dc01d553bdbb54fb974782a89f695be84dc8ea5;hpb=49f5b54f312fe4ac2e9bc47581a72451bd0e8439;p=xscreensaver diff --git a/hacks/rorschach.c b/hacks/rorschach.c index 1dc01d55..0d352696 100644 --- a/hacks/rorschach.c +++ b/hacks/rorschach.c @@ -1,5 +1,4 @@ -/* xscreensaver, Copyright (c) 1992, 1996, 1998, 2001, 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 @@ -183,11 +182,15 @@ rorschach_free (Display *dpy, Window window, void *closure) static const char *rorschach_defaults [] = { ".background: black", ".foreground: white", + "*fpsSolid: true", "*xsymmetry: true", "*ysymmetry: false", "*iterations: 4000", "*offset: 7", "*delay: 5", +#ifdef USE_IPHONE + "*ignoreRotation: True", +#endif 0 };