view src/bitmaps/gray.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 gray_width 2
#define gray_height 2
static unsigned char gray_bits[] = {
   0x01, 0x02};