view lisp/toolbar/close.xpm @ 38633:ae77d25eb5cc

(message_cleared_p): New variable. (clear_message): Set message_cleared_p when clearing the current message. (redisplay_internal): Look at message_cleared_p to capture the case that the echo area should be cleared.
author Gerd Moellmann <gerd@gnu.org>
date Wed, 01 Aug 2001 13:25:32 +0000
parents 8f4a34146a9d
children 734ff40978ad
line wrap: on
line source

/* XPM */
static char *magick[] = {
/* columns rows colors chars-per-pixel */
"24 24 2 1",
"  c Gray0",
". c None",
/* pixels */
"........................",
"........................",
"........................",
"........................",
"........................",
"........................",
"....... ....  ..........",
".......  ..    .........",
"........  .   ..........",
"........     ...........",
".........   ............",
".........    ...........",
"........      ..........",
"........  .    .........",
".......  ...    ........",
"....... .....  .........",
"........................",
"........................",
"........................",
"........................",
"........................",
"........................",
"........................",
"........................"
};