http://slackware.bholcomb.com/slackware/slackware-11.0/source/xap/xscreensaver/xscree...
[xscreensaver] / hacks / automata.h
index b35f5426830c8fc99d26623247b5d0832ac11278..ad30d47ac42ac2558f07c4f3307139908b083ddc 100644 (file)
@@ -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 */
+