Mercurial > emacs
view lisp/toolbar/cut.xpm @ 40454:ce83eda9592d
(invert-face): Check for 'unspecified, not for nil,
when testing whether face colors are not specified. From
David.Kastrup@t-online.de (David Kastrup).
author | Eli Zaretskii <eliz@gnu.org> |
---|---|
date | Mon, 29 Oct 2001 18:06:50 +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 */ "........................", "........................", "........................", "........................", "........................", ".................. .....", "................ ......", "............... .......", ".............. ........", "............. .........", ".... .... ..... ..", "... ... .. ... ....", "... ... ......", ".... ... .........", ".......... ............", "......... ............", "........ .. ............", "....... ... ............", "....... .. .............", "....... ..............", "........................", "........................", "........................", "........................" };