view src/bitmaps/gray1.xbm @ 109514:58f948d1cf46

* w32fns.c (w32_to_x_color): Remove, unused.
author Juanma Barranquero <lekktu@gmail.com>
date Sat, 24 Jul 2010 22:52:43 +0200
parents 8f14d08e19f7
children
line wrap: on
line source

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