view src/bitmaps/gray.xbm @ 96267:ef8a2f248fb6

Fix usage typo.
author Glenn Morris <rgm@gnu.org>
date Wed, 25 Jun 2008 07:47:09 +0000
parents 8f14d08e19f7
children
line wrap: on
line source

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