view src/bitmaps/gray.xbm @ 112030:a456b0a17885

* configure.in: Make gameuser configurable (Bug#7717). * configure: Regenerate
author Chong Yidong <cyd@stupidchicken.com>
date Wed, 29 Dec 2010 19:11:25 +0800
parents 8f14d08e19f7
children
line wrap: on
line source

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