view src/bitmaps/gray1.xbm @ 103137:61c93763581b

(widget-specify-field, widget-field-value-get, character): Revert 2009-03-24 change, since it causes a more serious problem than the one it solves. (Closes Bug#3136, reopens Bug#2689.)
author Glenn Morris <rgm@gnu.org>
date Sat, 02 May 2009 23:44:00 +0000
parents 8f14d08e19f7
children
line wrap: on
line source

#define gray1_width 2
#define gray1_height 2
static unsigned char gray1_bits[] = {
   0x01, 0x02};