view src/bitmaps/gray.xbm @ 33016:3cdab1228462

(Info-fontify-node): Add help-echo for menu items.
author Dave Love <fx@gnu.org>
date Sat, 28 Oct 2000 18:56:05 +0000
parents 8f14d08e19f7
children
line wrap: on
line source

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