annotate etc/gnus-pointer.xpm @ 31806:b148beb59511
(process_sent_to): New variable.
(send_process): Workaround for a crash on sparc-sun-solaris-2.6
with GCC 2.95.2 caused by a parameter being clobbered by longjmp.
Declare more parameters volatile.
author |
Gerd Moellmann <gerd@gnu.org> |
date |
Thu, 21 Sep 2000 11:48:48 +0000 |
parents |
774098937e4f |
children |
20ca10cf58b3 |
rev |
line source |
31540
|
1 /* XPM */
|
|
2 static char *gnus-pointer[] = {
|
|
3 /* width height num_colors chars_per_pixel */
|
|
4 " 18 13 2 1",
|
|
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 "###########.######"
|
|
22 }; |