X-Git-Url: http://git.hungrycats.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=hacks%2Fhyperball.c;h=70120d6cabf1b5680af64d04dcd106d67b711d5c;hb=aa75c7476aeaa84cf3abc192b376a8b03c325213;hp=013f8925e65ab83b79c911c3b88f99b18b4eb60a;hpb=49f5b54f312fe4ac2e9bc47581a72451bd0e8439;p=xscreensaver diff --git a/hacks/hyperball.c b/hacks/hyperball.c index 013f8925..70120d6c 100644 --- a/hacks/hyperball.c +++ b/hacks/hyperball.c @@ -227,7 +227,7 @@ hyperball_draw (Display *dpy, Window window, void *closure) if (icon || !(hs->roted | resize)) goto skip1; -#ifdef HAVE_COCOA /* Don't second-guess Quartz's double-buffering */ +#ifdef HAVE_JWXYZ /* Don't second-guess Quartz's double-buffering */ XClearWindow (dpy, window); #endif @@ -498,7 +498,7 @@ hyperball_event (Display *dpy, Window win, void *closure, XEvent *event) } break; -#ifndef HAVE_COCOA +#ifndef HAVE_JWXYZ case UnmapNotify: hs->hs_icon = 1; hs->hs_redraw = 0; @@ -2379,6 +2379,7 @@ static const char *hyperball_defaults[] = "*zw: 0", ".background: black", ".foreground: white", + "*fpsSolid: true", "*color00:#FF66BE", "*color10:#FFA300", "*color20:#BEDC00",