view src/bitmaps/gray.xbm @ 59170:7b050423ba52

*** empty log message ***
author Simon Josefsson <jas@extundo.com>
date Tue, 28 Dec 2004 17:41:10 +0000
parents 8f14d08e19f7
children
line wrap: on
line source

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