view src/bitmaps/gray.xbm @ 37449:6574f6462cca

*** empty log message ***
author John Wiegley <johnw@newartisans.com>
date Tue, 24 Apr 2001 20:47:45 +0000
parents 8f14d08e19f7
children
line wrap: on
line source

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