view src/bitmaps/gray.xbm @ 108366:e2da1d33db95

Fix typos (Bug#6094). From ?t?p?n N?mec.
author Chong Yidong <cyd@stupidchicken.com>
date Mon, 03 May 2010 18:01:23 -0400
parents 8f14d08e19f7
children
line wrap: on
line source

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