view src/bitmaps/gray.xbm @ 74759:73ea4cc2cd07

Bump version number to 22.0.92
author Chong Yidong <cyd@stupidchicken.com>
date Tue, 19 Dec 2006 19:25:57 +0000
parents 8f14d08e19f7
children
line wrap: on
line source

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