Mercurial > hg > xemacs-beta
annotate etc/gnus/gnus-pointer.xpm @ 2:ac2d302a0011 r19-15b2
Import from CVS: tag r19-15b2
author | cvs |
---|---|
date | Mon, 13 Aug 2007 08:46:35 +0200 |
parents | |
children |
rev | line source |
---|---|
2 | 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 #ebebeb s backgroundToolBarColor", | |
8 /* pixels */ | |
9 "##################", | |
10 "######..##..######", | |
11 "#####........#####", | |
12 "#.##.##..##...####", | |
13 "#...####.###...##.", | |
14 "#..###.######.....", | |
15 "#####.########...#", | |
16 "###########.######", | |
17 "####.###.#..######", | |
18 "######..###.######", | |
19 "###....####.######", | |
20 "###..######.######", | |
21 "###########.######" | |
22 }; |