comparison lisp/gnus/gnus-pointer.xpm @ 82951:0fde48feb604

Import Gnus 5.10 from the v5_10 branch of the Gnus repository.
author Andreas Schwab <schwab@suse.de>
date Thu, 22 Jul 2004 16:45:51 +0000
parents
children
comparison
equal deleted inserted replaced
56503:8bbd2323fbf2 82951:0fde48feb604
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 };