Mercurial > emacs
view lisp/toolbar/cut.xpm @ 37938:fdd419d4776a
(Fsingle_key_description): NUL-terminate the string
buffer before calling build_string.
author | Gerd Moellmann <gerd@gnu.org> |
---|---|
date | Tue, 29 May 2001 14:09:27 +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 */ "........................", "........................", "........................", "........................", "........................", ".................. .....", "................ ......", "............... .......", ".............. ........", "............. .........", ".... .... ..... ..", "... ... .. ... ....", "... ... ......", ".... ... .........", ".......... ............", "......... ............", "........ .. ............", "....... ... ............", "....... .. .............", "....... ..............", "........................", "........................", "........................", "........................" };