view lisp/toolbar/close.xpm @ 48084:7853f9048269

(bcopy, bzero): Define conditional on HAVE_BCOPY. (bcmp): Define conditional on HAVE_BCMP. (NO_SIOCTL_H): Don't define. (TIOCSIGSEND): Don't make conditional on IRIX6.
author Dave Love <fx@gnu.org>
date Wed, 30 Oct 2002 18:59:01 +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 */
"........................",
"........................",
"........................",
"........................",
"........................",
"........................",
"....... ....  ..........",
".......  ..    .........",
"........  .   ..........",
"........     ...........",
".........   ............",
".........    ...........",
"........      ..........",
"........  .    .........",
".......  ...    ........",
"....... .....  .........",
"........................",
"........................",
"........................",
"........................",
"........................",
"........................",
"........................",
"........................"
};