X-Git-Url: http://git.hungrycats.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=hacks%2Fdrift.c;h=6e5399fea4f7eb14fea62ecdc0f13534895a61ae;hb=ce3185de9d9705e259f2b60dd4b5509007fa17d4;hp=508707088d5ba1d82d46ece0538aefbefe5f75ef;hpb=5b7bc6e70fb439cf4c4bf771ae9f94077fe4fe08;p=xscreensaver diff --git a/hacks/drift.c b/hacks/drift.c index 50870708..6e5399fe 100644 --- a/hacks/drift.c +++ b/hacks/drift.c @@ -20,7 +20,7 @@ static const char sccsid[] = "@(#)drift.c 4.02 97/04/01 xlockmore"; * other special, indirect and consequential damages. * * Revision History: - * 10-May-97: jwz@netscape.com: turned into a standalone program. + * 10-May-97: jwz@jwz.org: turned into a standalone program. * 01-Jan-97: Moved new flame to drift. Compile time options now run time. * 01-Jun-95: Updated by Scott Draves. * 27-Jun-91: vary number of functions used. @@ -35,9 +35,7 @@ static const char sccsid[] = "@(#)drift.c 4.02 97/04/01 xlockmore"; # define drift_opts xlockmore_opts # define DEFAULTS "*count: 30 \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"