view src/bitmaps/gray.xbm @ 38584:9987609b0554

Document that help echo for menu items doesn't work on Windows.
author Eli Zaretskii <eliz@gnu.org>
date Fri, 27 Jul 2001 11:13:18 +0000
parents 8f14d08e19f7
children
line wrap: on
line source

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