1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-12-16 09:50:25 +00:00
emacs/etc/letter.xpm

16 lines
261 B
C
Raw Normal View History

2002-01-27 18:25:07 +00:00
/* XPM */
static char * letter_xpm[] = {
"14 10 2 1",
2003-04-01 10:22:39 +00:00
". c opaque",
" c None",
2002-01-27 18:25:07 +00:00
"..............",
"... ...",
". . . .",
". . . .",
". .... .",
". . .. . .",
". . . .",
". . . .",
".. ..",
".............."};