view src/bitmaps/gray.xbm @ 98777:63f2a735a59d

Removed `utf8' and `UTF8' aliases after discussion.
author Teodor Zlatanov <tzz@lifelogs.com>
date Thu, 16 Oct 2008 12:57:28 +0000
parents 8f14d08e19f7
children
line wrap: on
line source

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