X-Git-Url: http://git.hungrycats.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=hacks%2Finteraggregate.c;h=6e48f3f277c28369e6ab188423885c37a18ca502;hb=1d7308dd9032b39a92fda86e8c2db04218b45fbf;hp=cd063f75e49407ee87ddd465de154e4353d600cd;hpb=07faf451b99879183ed7e909e43a0e065be1ee7f;p=xscreensaver diff --git a/hacks/interaggregate.c b/hacks/interaggregate.c index cd063f75..6e48f3f2 100644 --- a/hacks/interaggregate.c +++ b/hacks/interaggregate.c @@ -73,6 +73,7 @@ static const char *interaggregate_defaults[] = { ".background: white", ".foreground: black", + "*fpsSolid: true", "*maxCycles: 100000", #ifdef TIME_ME "*growthDelay: 0", @@ -289,7 +290,6 @@ static inline unsigned long rgb2point(int depth, int r, int g, int b) switch(depth) { case 32: - ret = 0xff000000; case 24: #ifdef HAVE_COCOA /* This program idiotically does not go through a color map, so