X-Git-Url: http://git.hungrycats.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=hacks%2Fhopalong.c;h=c762a162f71b044f7a6c4d43538c7998cb0b05ec;hb=2a991a811de4c7b22f812682b267b616a809fd9a;hp=7d290f2d6bb8073a75bab7429b9e440a0a59fac8;hpb=5b7bc6e70fb439cf4c4bf771ae9f94077fe4fe08;p=xscreensaver diff --git a/hacks/hopalong.c b/hacks/hopalong.c index 7d290f2d..c762a162 100644 --- a/hacks/hopalong.c +++ b/hacks/hopalong.c @@ -21,7 +21,7 @@ static const char sccsid[] = "@(#)hop.c 4.02 97/04/01 xlockmore"; * * Revision History: * Changes of David Bagley - * 10-May-97: jwz@netscape.com: ported from xlockmore 4.03a10 to be a + * 10-May-97: jwz@jwz.org: ported from xlockmore 4.03a10 to be a * standalone program and thus usable with xscreensaver * (I threw away my 1992 port and started over.) * 27-Jul-95: added Peter de Jong's hop from Scientific American @@ -55,9 +55,7 @@ static const char sccsid[] = "@(#)hop.c 4.02 97/04/01 xlockmore"; # define DEFAULTS "*count: 1000 \n" \ "*cycles: 2500 \n" \ "*delay: 10000 \n" \ - "*ncolors: 200 \n" \ - "*eraseSpeed: 400 \n" \ - "*eraseMode: -1 \n" + "*ncolors: 200 \n" # define SMOOTH_COLORS # include "xlockmore.h" /* from the xscreensaver distribution */ # include "erase.h"