view src/bitmaps/gray.xbm @ 67893:6af57e0a5d45

* config.guess, config.sub: Updated from master source.
author Andreas Schwab <schwab@suse.de>
date Thu, 29 Dec 2005 14:20:23 +0000
parents 8f14d08e19f7
children
line wrap: on
line source

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