annotate etc/gnus-pointer.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 |
20ca10cf58b3 |
| children |
bb6c986199c4 |
| rev |
line source |
|
31540
|
1 /* XPM */
|
|
|
2 static char *gnus-pointer[] = {
|
|
|
3 /* width height num_colors chars_per_pixel */
|
|
32161
|
4 " 18 12 2 1",
|
|
31540
|
5 /* colors */
|
|
|
6 ". c #0000ff",
|
|
|
7 "# c None s None",
|
|
|
8 /* pixels */
|
|
|
9 "######..##..######",
|
|
|
10 "#####........#####",
|
|
|
11 "#.##.##..##...####",
|
|
|
12 "#...####.###...##.",
|
|
|
13 "#..###.######.....",
|
|
|
14 "#####.########...#",
|
|
|
15 "###########.######",
|
|
|
16 "####.###.#..######",
|
|
|
17 "######..###.######",
|
|
|
18 "###....####.######",
|
|
|
19 "###..######.######",
|
|
|
20 "###########.######"
|
|
|
21 }; |