X-Git-Url: http://git.hungrycats.org/cgi-bin/gitweb.cgi?p=xscreensaver;a=blobdiff_plain;f=hacks%2Fdemon.c;h=c9a15e25c711d51d47cf89c2d1f0a2cb042a351e;hp=3d35dca5aef3b6f52cddbdf4a2f287c975b1fd4a;hb=b81f521c5ad7022ac12db18ca8fcdd9fb063831e;hpb=c141c2b05e374757b6499d12bb8a6d4d943b1529 diff --git a/hacks/demon.c b/hacks/demon.c index 3d35dca5..c9a15e25 100644 --- a/hacks/demon.c +++ b/hacks/demon.c @@ -165,7 +165,6 @@ drawcell(ModeInfo * mi, int col, int row, unsigned char state) gc = MI_GC(mi); } else { XGCValues gcv; - #ifdef DO_STIPPLE gcv.stipple = dp->pixmaps[(state - 1) % (NUMSTIPPLES - 1)]; #endif /* DO_STIPPLE */ @@ -466,6 +465,10 @@ init_demon (ModeInfo * mi) #endif /* DO_STIPPLE */ free_struct(dp); +#ifdef HAVE_COCOA + jwxyz_XSetAntiAliasing (MI_DISPLAY(mi), MI_GC(mi), False); +#endif + for (nk = 0; nk < NEIGHBORKINDS; nk++) { if (neighbors == plots[0][nk]) { dp->neighbors = plots[0][nk];