view src/bitmaps/gray.xbm @ 80489:fc6d47996893

*** empty log message ***
author Michael Albinus <michael.albinus@gmx.de>
date Thu, 10 Apr 2008 20:47:59 +0000 (2008-04-10)
parents 8f14d08e19f7
children
line wrap: on
line source
#define gray_width 2
#define gray_height 2
static unsigned char gray_bits[] = {
   0x01, 0x02};