annotate lisp/toolbar/mh-logo.xpm @ 54736:b94de166de9d
(ethio-sera-being-called-by-w3): New
variable.
(ethio-sera-to-fidel-ethio): Check ethio-sera-being-called-by-w3
instead of sera-being-called-by-w3.
(ethio-fidel-to-sera-buffer): Likewise.
(ethio-find-file): Bind ethio-sera-being-called-by-w3 to t
instead of sera-being-called-by-w3.
(ethio-write-file): Likewise.
| author |
Kenichi Handa <handa@m17n.org> |
| date |
Mon, 05 Apr 2004 23:27:37 +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 };
|