view src/bitmaps/gray.xbm @ 102152:c526d585a715

(command-line): Don't match an empty argument as an option. (command-line-1): Likewise.
author Andreas Schwab <schwab@suse.de>
date Fri, 20 Feb 2009 14:24:55 +0000
parents 8f14d08e19f7
children
line wrap: on
line source

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