view src/bitmaps/gray.xbm @ 102649:6e3d4a3b0b10

(Fvertical_motion): Undo 2005-01-19 change (Bug#2694).
author Chong Yidong <cyd@stupidchicken.com>
date Thu, 19 Mar 2009 02:58:21 +0000
parents 8f14d08e19f7
children
line wrap: on
line source

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