view lisp/toolbar/close.xpm @ 48189:f53a6c75be8a
(maybe_bootstrap): Fix shell variable usage. Handle separate-build-dir case.
author |
Miles Bader <miles@gnu.org> |
date |
Thu, 07 Nov 2002 01:02:35 +0000 (2002-11-07) |
parents |
8f4a34146a9d |
children |
734ff40978ad |
line source
/* XPM */
static char *magick[] = {
/* columns rows colors chars-per-pixel */
"24 24 2 1",
" c Gray0",
". c None",
/* pixels */
"........................",
"........................",
"........................",
"........................",
"........................",
"........................",
"....... .... ..........",
"....... .. .........",
"........ . ..........",
"........ ...........",
"......... ............",
"......... ...........",
"........ ..........",
"........ . .........",
"....... ... ........",
"....... ..... .........",
"........................",
"........................",
"........................",
"........................",
"........................",
"........................",
"........................",
"........................"
};