view src/bitmaps/stipple.xbm @ 75916:1cea4c7de5cf

(5x5-crack-xor-mutate): Doc fix. (5x5-draw-grid-end, 5x5-make-xor-with-mutation, 5x5-mode, 5x5-crack, 5x5-play-solution, 5x5-y-or-n-p): Fix typos in docstrings.
author Juanma Barranquero <lekktu@gmail.com>
date Thu, 15 Feb 2007 10:58:11 +0000
parents 8f14d08e19f7
children
line wrap: on
line source

#define stipple_width 16
#define stipple_height 4
static unsigned char stipple_bits[] = {
   0x55, 0x55, 0xee, 0xee, 0x55, 0x55, 0xba, 0xbb};