view src/bitmaps/gray.xbm @ 91399:36aeb7924be6

Undo last change. (next-file): Improve revert message.
author Chong Yidong <cyd@stupidchicken.com>
date Fri, 01 Feb 2008 23:37:07 +0000
parents 8f14d08e19f7
children
line wrap: on
line source

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