view lisp/toolbar/close.xpm @ 39998:85870610aed2

(try_window_id): Remove code that was only there for the release of 21.1.
author Gerd Moellmann <gerd@gnu.org>
date Wed, 17 Oct 2001 13:34:31 +0000 (2001-10-17)
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 */
"........................",
"........................",
"........................",
"........................",
"........................",
"........................",
"....... ....  ..........",
".......  ..    .........",
"........  .   ..........",
"........     ...........",
".........   ............",
".........    ...........",
"........      ..........",
"........  .    .........",
".......  ...    ........",
"....... .....  .........",
"........................",
"........................",
"........................",
"........................",
"........................",
"........................",
"........................",
"........................"
};