X-Git-Url: http://git.hungrycats.org/cgi-bin/gitweb.cgi?p=xscreensaver;a=blobdiff_plain;f=hacks%2Fqix.c;h=ad1e26e7a6ef951834ec60f72b8c2bb37d400f1c;hp=c25d21e18a0970bcffc0e484cdeb39eace2d7741;hb=c1b9b55ad8d59dc05ef55e316aebf5863e7dfa56;hpb=de460e831dc8578acfa8b72251ab9346c99c1f96 diff --git a/hacks/qix.c b/hacks/qix.c index c25d21e1..ad1e26e7 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,25 +578,18 @@ 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", 0