annotate lisp/toolbar/mh-logo.xpm @ 83218:47f53c5c9620
Merged in changes from CVS trunk.
Patches applied:
* miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-608
Update from CVS
* miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-609
Update from CVS
* miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-610
Merge from gnus--rel--5.10
* miles@gnu.org--gnu-2004/gnus--rel--5.10--patch-45
Update from CVS
git-archimport-id: lorentey@elte.hu--2004/emacs--multi-tty--0--patch-258
author |
Karoly Lorentey <lorentey@elte.hu> |
date |
Tue, 12 Oct 2004 07:52:25 +0000 |
parents |
b35587af8747 |
children |
|
rev |
line source |
49578
|
1 /* XPM */
|
|
2 static char *mh-e[] = {
|
|
3 /* width height num_colors chars_per_pixel */
|
|
4 " 18 13 2 1",
|
|
5 /* colors */
|
|
6 "# c #666699",
|
|
7 ". c None s None",
|
|
8 /* pixels */
|
|
9 "........##........",
|
|
10 ".......####.......",
|
|
11 "......######......",
|
|
12 "......######......",
|
|
13 "....#########.....",
|
|
14 "..##############..",
|
|
15 ".##...######....#.",
|
|
16 "##...#.#.####...#.",
|
|
17 "....#..#.##.#...#.",
|
|
18 "...#..##.#.#.#....",
|
|
19 "...#..#..#..#.#...",
|
|
20 "...#..#.##..#.##..",
|
|
21 "...#..#.#..#....#."
|
|
22 };
|