Mercurial > emacs
annotate etc/gnus-pointer.xpm @ 82964:23965b4b376c
* netrc.el, tls.el: Removed; use files from ../net instead.
author | Reiner Steib <Reiner.Steib@gmx.de> |
---|---|
date | Tue, 17 Aug 2004 09:49:47 +0000 |
parents | bb6c986199c4 |
children |
rev | line source |
---|---|
31540 | 1 /* XPM */ |
2 static char *gnus-pointer[] = { | |
3 /* width height num_colors chars_per_pixel */ | |
82955
bb6c986199c4
Import from the v5_10 branch of the Gnus repository.
Reiner Steib <Reiner.Steib@gmx.de>
parents:
32161
diff
changeset
|
4 " 18 13 2 1", |
31540 | 5 /* colors */ |
6 ". c #0000ff", | |
7 "# c None s None", | |
8 /* pixels */ | |
82955
bb6c986199c4
Import from the v5_10 branch of the Gnus repository.
Reiner Steib <Reiner.Steib@gmx.de>
parents:
32161
diff
changeset
|
9 "##################", |
31540 | 10 "######..##..######", |
11 "#####........#####", | |
12 "#.##.##..##...####", | |
13 "#...####.###...##.", | |
14 "#..###.######.....", | |
15 "#####.########...#", | |
16 "###########.######", | |
17 "####.###.#..######", | |
18 "######..###.######", | |
19 "###....####.######", | |
20 "###..######.######", | |
21 "###########.######" | |
22 }; |