Mercurial > emacs
view lisp/toolbar/close.xpm @ 38667:6ed2cc05e016
(Man Page): Mention the -a switch to `man' in a footnote.
author | Eli Zaretskii <eliz@gnu.org> |
---|---|
date | Thu, 02 Aug 2001 12:17:45 +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 */ "........................", "........................", "........................", "........................", "........................", "........................", "....... .... ..........", "....... .. .........", "........ . ..........", "........ ...........", "......... ............", "......... ...........", "........ ..........", "........ . .........", "....... ... ........", "....... ..... .........", "........................", "........................", "........................", "........................", "........................", "........................", "........................", "........................" };