view lisp/toolbar/close.xpm @ 33272:6055a1f6073c
(gnus-binary-mode): Fix call to gnus-add-minor-mode.
author |
Dave Love <fx@gnu.org> |
date |
Mon, 06 Nov 2000 23:45:45 +0000 (2000-11-06) |
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 */
"........................",
"........................",
"........................",
"........................",
"........................",
"........................",
"....... .... ..........",
"....... .. .........",
"........ . ..........",
"........ ...........",
"......... ............",
"......... ...........",
"........ ..........",
"........ . .........",
"....... ... ........",
"....... ..... .........",
"........................",
"........................",
"........................",
"........................",
"........................",
"........................",
"........................",
"........................"
};