view src/bitmaps/gray1.xbm @ 48518:0eb01081d9f5

(texinfo-format-separate-node): Handle node names with properties and with regular expression symbols in them.
author Robert J. Chassell <bob@rattlesnake.com>
date Sun, 24 Nov 2002 01:39:02 +0000
parents 8f14d08e19f7
children
line wrap: on
line source

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