view src/bitmaps/gray.xbm @ 80921:c19e131822a2

*** empty log message ***
author Micha?l Cadilhac <michael.cadilhac@lrde.org>
date Tue, 15 May 2007 01:16:37 +0000
parents 8f14d08e19f7
children
line wrap: on
line source

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