mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2024-11-22 07:09:54 +00:00
23 lines
466 B
C
23 lines
466 B
C
|
/* XPM */
|
||
|
static char *mh-e[] = {
|
||
|
/* width height num_colors chars_per_pixel */
|
||
|
" 18 13 2 1",
|
||
|
/* colors */
|
||
|
"# c #666699",
|
||
|
". c None s None",
|
||
|
/* pixels */
|
||
|
"........##........",
|
||
|
".......####.......",
|
||
|
"......######......",
|
||
|
"......######......",
|
||
|
"....#########.....",
|
||
|
"..##############..",
|
||
|
".##...######....#.",
|
||
|
"##...#.#.####...#.",
|
||
|
"....#..#.##.#...#.",
|
||
|
"...#..##.#.#.#....",
|
||
|
"...#..#..#..#.#...",
|
||
|
"...#..#.##..#.##..",
|
||
|
"...#..#.#..#....#."
|
||
|
};
|