X-Git-Url: http://git.hungrycats.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=hacks%2Fpyro.c;h=442ea7f0da67ddb5a6a416b7793c088767bf5e1a;hb=39809ded547bdbb08207d3e514950425215b4410;hp=ec2e02b3cfa14b75d28384d84873badccf3f9846;hpb=49f5b54f312fe4ac2e9bc47581a72451bd0e8439;p=xscreensaver diff --git a/hacks/pyro.c b/hacks/pyro.c index ec2e02b3..442ea7f0 100644 --- a/hacks/pyro.c +++ b/hacks/pyro.c @@ -1,5 +1,4 @@ -/* xscreensaver, Copyright (c) 1992, 1994, 1996, 1998, 2001, 2005, 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 @@ -347,13 +346,14 @@ pyro_free (Display *dpy, Window window, void *closure) static const char *pyro_defaults [] = { + ".lowrez: true", ".background: black", ".foreground: white", + "*fpsSolid: true", "*count: 600", - "*delay: 5000", + "*delay: 10000", "*frequency: 30", "*scatter: 100", - "*geometry: 800x500", 0 };