view src/bitmaps/gray.xbm @ 102489:dd5ccf910f71

Reorder new functions. Remove entry about deleted buffer-swapped-with variable.
author Chong Yidong <cyd@stupidchicken.com>
date Wed, 11 Mar 2009 23:08:05 +0000
parents 8f14d08e19f7
children
line wrap: on
line source

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