X-Git-Url: http://git.hungrycats.org/cgi-bin/gitweb.cgi?p=xscreensaver;a=blobdiff_plain;f=hacks%2Fhypercube.c;h=ab131b199b1050d93250e014c2fe2c37311bc336;hp=ce35ba9b5f97c638c31bd054fd72aae47c0f8826;hb=c1b9b55ad8d59dc05ef55e316aebf5863e7dfa56;hpb=de460e831dc8578acfa8b72251ab9346c99c1f96 diff --git a/hacks/hypercube.c b/hacks/hypercube.c index ce35ba9b..ab131b19 100644 --- a/hacks/hypercube.c +++ b/hacks/hypercube.c @@ -1,5 +1,4 @@ -/* xscreensaver, Copyright (c) 1992, 1995, 1996, 1998, 2000, 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 @@ -76,7 +75,7 @@ static const struct line_info line_table[LINE_COUNT]; static const char *hypercube_defaults[] = { - "*observer-z: 3", + "*observer-z: 3.0", "*delay: 10000", "*xy: 3", "*xz: 5", @@ -86,6 +85,7 @@ static const char *hypercube_defaults[] = "*zw: 0", ".background: black", ".foreground: white", + "*fpsSolid: true", "*color0: magenta", "*color3: #FF0093", "*color1: yellow",