view src/bitmaps/gray1.xbm @ 111996:90a2d870e83e

Add missing ChangeLog entry for r102680.
author Glenn Morris <rgm@gnu.org>
date Sat, 18 Dec 2010 12:39:05 -0800
parents 8f14d08e19f7
children
line wrap: on
line source

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