view src/bitmaps/gray.xbm @ 38751:ea3e88f0c205

(Vpre_help_message): New variable. (syms_of_keyboard): Initialize and staticpro it. (show_help_echo): Record current message before displaying a help-echo, and restore that message when clearing the help.
author Gerd Moellmann <gerd@gnu.org>
date Thu, 09 Aug 2001 13:01:38 +0000
parents 8f14d08e19f7
children
line wrap: on
line source

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