X-Git-Url: http://git.hungrycats.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=hacks%2Fstarfish.c;h=e368164d07b273609e232fb42c6c90648cc898bc;hb=ce3185de9d9705e259f2b60dd4b5509007fa17d4;hp=143ddf8b047be3aa997b59f6a3d55c89ccde0490;hpb=f3e0240915ed9f9b3a61781f5c7002d587563fe0;p=xscreensaver diff --git a/hacks/starfish.c b/hacks/starfish.c index 143ddf8b..e368164d 100644 --- a/hacks/starfish.c +++ b/hacks/starfish.c @@ -1,4 +1,4 @@ -/* xscreensaver, Copyright (c) 1997 Jamie Zawinski +/* xscreensaver, Copyright (c) 1997 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 @@ -422,8 +422,8 @@ run_starfish (Display *dpy, Window window, struct starfish *s) char *progclass = "Starfish"; char *defaults [] = { - "Starfish.background: black", /* to placate SGI */ - "Starfish.foreground: white", + ".background: black", + ".foreground: white", "*delay: 10000", "*cycleDelay: 100000", "*thickness: 0", /* pixels, 0 = random */ @@ -512,7 +512,7 @@ screenhack (Display *dpy, Window window) free_starfish (s); - if (delay2 && !blob_p) + if (delay2 && !blob_p && cycle_p) { int i = 0; while (i < delay2)