Mercurial > emacs
annotate etc/images/mh-logo.xpm @ 103468:2b8f8bb24ec9
("Korean"): Fix `documentation' property of this language environment.
author | Kenichi Handa <handa@m17n.org> |
---|---|
date | Thu, 18 Jun 2009 01:15:32 +0000 |
parents | c90853557b90 |
children | 1d1d5d9bd884 |
rev | line source |
---|---|
65755
7b615e6c0ea5
2005-09-30 Bill Wohler <wohler@newt.com>
Bill Wohler <wohler@newt.com>
parents:
diff
changeset
|
1 /* XPM */ |
96484 | 2 /* MH-E Logo |
3 * | |
100972 | 4 * Copyright (C) 2003, 2004, 2005, 2006, 2007, 2008, 2009 |
96484 | 5 * Free Software Foundation, Inc. |
6 * | |
7 * Author: Satyaki Das | |
8 * | |
9 * This file is part of GNU Emacs. | |
10 * | |
11 * GNU Emacs is free software: you can redistribute it and/or modify | |
12 * it under the terms of the GNU General Public License as published by | |
13 * the Free Software Foundation, either version 3 of the License, or | |
14 * (at your option) any later version. | |
15 * | |
16 * GNU Emacs is distributed in the hope that it will be useful, | |
17 * but WITHOUT ANY WARRANTY; without even the implied warranty of | |
18 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | |
19 * GNU General Public License for more details. | |
20 * | |
21 * You should have received a copy of the GNU General Public License | |
22 * along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. | |
23 */ | |
65755
7b615e6c0ea5
2005-09-30 Bill Wohler <wohler@newt.com>
Bill Wohler <wohler@newt.com>
parents:
diff
changeset
|
24 static char *mh-e[] = { |
7b615e6c0ea5
2005-09-30 Bill Wohler <wohler@newt.com>
Bill Wohler <wohler@newt.com>
parents:
diff
changeset
|
25 /* width height num_colors chars_per_pixel */ |
7b615e6c0ea5
2005-09-30 Bill Wohler <wohler@newt.com>
Bill Wohler <wohler@newt.com>
parents:
diff
changeset
|
26 " 18 13 2 1", |
7b615e6c0ea5
2005-09-30 Bill Wohler <wohler@newt.com>
Bill Wohler <wohler@newt.com>
parents:
diff
changeset
|
27 /* colors */ |
7b615e6c0ea5
2005-09-30 Bill Wohler <wohler@newt.com>
Bill Wohler <wohler@newt.com>
parents:
diff
changeset
|
28 "# c #666699", |
7b615e6c0ea5
2005-09-30 Bill Wohler <wohler@newt.com>
Bill Wohler <wohler@newt.com>
parents:
diff
changeset
|
29 ". c None s None", |
7b615e6c0ea5
2005-09-30 Bill Wohler <wohler@newt.com>
Bill Wohler <wohler@newt.com>
parents:
diff
changeset
|
30 /* pixels */ |
7b615e6c0ea5
2005-09-30 Bill Wohler <wohler@newt.com>
Bill Wohler <wohler@newt.com>
parents:
diff
changeset
|
31 "........##........", |
7b615e6c0ea5
2005-09-30 Bill Wohler <wohler@newt.com>
Bill Wohler <wohler@newt.com>
parents:
diff
changeset
|
32 ".......####.......", |
7b615e6c0ea5
2005-09-30 Bill Wohler <wohler@newt.com>
Bill Wohler <wohler@newt.com>
parents:
diff
changeset
|
33 "......######......", |
7b615e6c0ea5
2005-09-30 Bill Wohler <wohler@newt.com>
Bill Wohler <wohler@newt.com>
parents:
diff
changeset
|
34 "......######......", |
7b615e6c0ea5
2005-09-30 Bill Wohler <wohler@newt.com>
Bill Wohler <wohler@newt.com>
parents:
diff
changeset
|
35 "....#########.....", |
7b615e6c0ea5
2005-09-30 Bill Wohler <wohler@newt.com>
Bill Wohler <wohler@newt.com>
parents:
diff
changeset
|
36 "..##############..", |
7b615e6c0ea5
2005-09-30 Bill Wohler <wohler@newt.com>
Bill Wohler <wohler@newt.com>
parents:
diff
changeset
|
37 ".##...######....#.", |
7b615e6c0ea5
2005-09-30 Bill Wohler <wohler@newt.com>
Bill Wohler <wohler@newt.com>
parents:
diff
changeset
|
38 "##...#.#.####...#.", |
7b615e6c0ea5
2005-09-30 Bill Wohler <wohler@newt.com>
Bill Wohler <wohler@newt.com>
parents:
diff
changeset
|
39 "....#..#.##.#...#.", |
7b615e6c0ea5
2005-09-30 Bill Wohler <wohler@newt.com>
Bill Wohler <wohler@newt.com>
parents:
diff
changeset
|
40 "...#..##.#.#.#....", |
7b615e6c0ea5
2005-09-30 Bill Wohler <wohler@newt.com>
Bill Wohler <wohler@newt.com>
parents:
diff
changeset
|
41 "...#..#..#..#.#...", |
7b615e6c0ea5
2005-09-30 Bill Wohler <wohler@newt.com>
Bill Wohler <wohler@newt.com>
parents:
diff
changeset
|
42 "...#..#.##..#.##..", |
7b615e6c0ea5
2005-09-30 Bill Wohler <wohler@newt.com>
Bill Wohler <wohler@newt.com>
parents:
diff
changeset
|
43 "...#..#.#..#....#." |
7b615e6c0ea5
2005-09-30 Bill Wohler <wohler@newt.com>
Bill Wohler <wohler@newt.com>
parents:
diff
changeset
|
44 }; |