X-Git-Url: http://git.hungrycats.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=hacks%2Fautomata.h;h=ad30d47ac42ac2558f07c4f3307139908b083ddc;hb=2762a7d7cf8d83e68b8f635941f6609119d630ae;hp=b35f5426830c8fc99d26623247b5d0832ac11278;hpb=df7adbee81405e2849728a24b498ad2117784b1f;p=xscreensaver diff --git a/hacks/automata.h b/hacks/automata.h index b35f5426..ad30d47a 100644 --- a/hacks/automata.h +++ b/hacks/automata.h @@ -45,6 +45,7 @@ static XPoint triangleUnit[2][3] = }; +#ifdef DO_STIPPLE static unsigned char stipples[NUMSTIPPLES][STIPPLESIZE] = { {0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00}, /* white */ @@ -59,3 +60,5 @@ static unsigned char stipples[NUMSTIPPLES][STIPPLESIZE] = {0xaa, 0xff, 0xff, 0x55, 0xaa, 0xff, 0xff, 0x55}, /* black+grey - stripe */ {0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff} /* black */ }; +#endif /* DO_STIPPLE */ +