view lisp/toolbar/close.xpm @ 45968:6bf20f37b7c7
(check_x_display_info): Use check_x_frame.
author |
Stefan Monnier <monnier@iro.umontreal.ca> |
date |
Sat, 22 Jun 2002 21:13:11 +0000 (2002-06-22) |
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 */
"........................",
"........................",
"........................",
"........................",
"........................",
"........................",
"....... .... ..........",
"....... .. .........",
"........ . ..........",
"........ ...........",
"......... ............",
"......... ...........",
"........ ..........",
"........ . .........",
"....... ... ........",
"....... ..... .........",
"........................",
"........................",
"........................",
"........................",
"........................",
"........................",
"........................",
"........................"
};