view src/bitmaps/gray.xbm @ 75734:fcd61b3f7ad9

Add information for low-color directory, icons directory, and ezimage directory.
author Chong Yidong <cyd@stupidchicken.com>
date Thu, 08 Feb 2007 19:09:34 +0000
parents 8f14d08e19f7
children
line wrap: on
line source

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