X-Git-Url: http://git.hungrycats.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=hacks%2Fqix.c;h=04d0928009e09471495460f6e9218c3558180a6c;hb=d5186197bc394e10a4402f7f6d23fbb14103bc50;hp=c25d21e18a0970bcffc0e484cdeb39eace2d7741;hpb=49f5b54f312fe4ac2e9bc47581a72451bd0e8439;p=xscreensaver diff --git a/hacks/qix.c b/hacks/qix.c index c25d21e1..04d09280 100644 --- a/hacks/qix.c +++ b/hacks/qix.c @@ -1,5 +1,4 @@ -/* xscreensaver, Copyright (c) 1992, 1995, 1996, 1997, 1998, 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 @@ -579,27 +578,23 @@ qix_free (Display *dpy, Window window, void *closure) static const char *qix_defaults [] = { ".background: black", ".foreground: white", -#if 0 - "*count: 1", -#else - "*count: 5", -#endif - "*segments: 50", + "*fpsSolid: true", + "*count: 4", + "*segments: 250", "*poly: 2", "*spread: 8", - "*size: 0", + "*size: 200", "*colorShift: 3", - "*solid: false", + "*solid: true", "*delay: 10000", - "*random: true", + "*random: false", "*xor: false", -#if 0 - "*transparent:false", -#else "*transparent:true", -#endif "*gravity: false", "*additive: true", +#ifdef USE_IPHONE + "*ignoreRotation: True", +#endif 0 };