view src/bitmaps/gray1.xbm @ 99278:4bcd60d09e1c

*** empty log message ***
author Martin Rudalics <rudalics@gmx.at>
date Fri, 31 Oct 2008 14:06:33 +0000
parents 8f14d08e19f7
children
line wrap: on
line source

#define gray1_width 2
#define gray1_height 2
static unsigned char gray1_bits[] = {
   0x01, 0x02};