X-Git-Url: http://git.hungrycats.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=hacks%2Fxflame.c;h=2785fb816a49964161c9cdee4b4ae719d3307bc9;hb=c1b9b55ad8d59dc05ef55e316aebf5863e7dfa56;hp=717689baef0454673ef9c290f91b9e462c4fcf5c;hpb=49f5b54f312fe4ac2e9bc47581a72451bd0e8439;p=xscreensaver diff --git a/hacks/xflame.c b/hacks/xflame.c index 717689ba..2785fb81 100644 --- a/hacks/xflame.c +++ b/hacks/xflame.c @@ -607,6 +607,10 @@ loadBitmap(struct state *st, int *w, int *h) { char *bitmap_name = get_string_resource (st->dpy, "bitmap", "Bitmap"); +#ifdef HAVE_COCOA + bitmap_name = "(default)"; /* #### always use builtin */ +#endif /* HAVE_COCOA */ + if (!bitmap_name || !*bitmap_name || !strcmp(bitmap_name, "none")) @@ -770,6 +774,8 @@ xflame_free (Display *dpy, Window window, void *closure) static const char *xflame_defaults [] = { ".background: black", ".foreground: #FFAF5F", + "*fpsTop: true", + "*fpsSolid: true", "*bitmap: (default)", "*bitmapBaseline: 20", "*delay: 10000",