view src/bitmaps/gray.xbm @ 41800:2d1098174c8a

Doc fixes.
author Pavel Janík <Pavel@Janik.cz>
date Mon, 03 Dec 2001 06:11:37 +0000
parents 8f14d08e19f7
children
line wrap: on
line source

#define gray_width 2
#define gray_height 2
static unsigned char gray_bits[] = {
   0x01, 0x02};