view src/bitmaps/gray.xbm @ 106979:98177bdf93bf

Typo fix.
author Jan D. <jan.h.d@swipnet.se>
date Mon, 25 Jan 2010 08:43:29 +0100
parents 8f14d08e19f7
children
line wrap: on
line source
#define gray_width 2
#define gray_height 2
static unsigned char gray_bits[] = {
   0x01, 0x02};