view src/bitmaps/stipple.xbm @ 107344:6773fa37732a

* objects.texi (Integer Type): Take note of the read syntax exception for numbers that cannot fit in the integer type.
author Chong Yidong <cyd@stupidchicken.com>
date Sat, 06 Mar 2010 15:27:19 -0500
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};