view src/bitmaps/gray1.xbm @ 97531:513ae63d6175

Temporary convenience files supporting the Rmail/mbox merge to the trunk (as Pmail). These files should be removed when Pmail is subsumed into Rmail.
author Paul Reilly <pmr@pajato.com>
date Mon, 18 Aug 2008 05:21:37 +0000
parents 8f14d08e19f7
children
line wrap: on
line source

#define gray1_width 2
#define gray1_height 2
static unsigned char gray1_bits[] = {
   0x01, 0x02};