view src/bitmaps/gray.xbm @ 101914:fc3f7f3a49fc

Remove platform-independent -j comments. Remove deleted --enable-cocoa-experimental-ctrl-g option.
author Glenn Morris <rgm@gnu.org>
date Tue, 10 Feb 2009 03:29:00 +0000
parents 8f14d08e19f7
children
line wrap: on
line source

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