view lisp/toolbar/close.xpm @ 44323:fcc0f55d734f

(DEC_POS, BUF_DEC_POS): Use BEG_BYTE. Bound the search with MAX_MULTIBYTE_LENGTH to avoid pathological case.
author Stefan Monnier <monnier@iro.umontreal.ca>
date Mon, 01 Apr 2002 22:58:39 +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 */
"........................",
"........................",
"........................",
"........................",
"........................",
"........................",
"....... ....  ..........",
".......  ..    .........",
"........  .   ..........",
"........     ...........",
".........   ............",
".........    ...........",
"........      ..........",
"........  .    .........",
".......  ...    ........",
"....... .....  .........",
"........................",
"........................",
"........................",
"........................",
"........................",
"........................",
"........................",
"........................"
};