Mercurial > emacs
view lisp/toolbar/close.xpm @ 40437:1ee61682a51f
(x_set_internal_border_width): Set frame garbaged
when X window doesn't exist yet.
author | Gerd Moellmann <gerd@gnu.org> |
---|---|
date | Mon, 29 Oct 2001 11:18:51 +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 */ "........................", "........................", "........................", "........................", "........................", "........................", "....... .... ..........", "....... .. .........", "........ . ..........", "........ ...........", "......... ............", "......... ...........", "........ ..........", "........ . .........", "....... ... ........", "....... ..... .........", "........................", "........................", "........................", "........................", "........................", "........................", "........................", "........................" };