view src/bitmaps/gray1.xbm @ 109248:f969130f2bb4

* image.c (free_image): Mark frame as garbaged (Bug#6426).
author Chong Yidong <cyd@stupidchicken.com>
date Sat, 19 Jun 2010 15:43:47 -0400
parents 8f14d08e19f7
children
line wrap: on
line source

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