view etc/gnus-pointer.xpm @ 52232:e1debf3a5153

Edward M. Reingold <reingold@emr.cs.iit.edu> Bind `calendar-goto-day-of-year' to key. Alan Shutko <ats@acm.org> (calendar-make-alist): Correct off-by-one keeping December out of the alist.
author Glenn Morris <rgm@gnu.org>
date Sun, 17 Aug 2003 22:51:29 +0000
parents 20ca10cf58b3
children bb6c986199c4
line wrap: on
line source

/* XPM */
static char *gnus-pointer[] = {
/* width height num_colors chars_per_pixel */
"    18    12        2            1",
/* colors */
". c #0000ff",
"# c None s None",
/* pixels */
"######..##..######",
"#####........#####",
"#.##.##..##...####",
"#...####.###...##.",
"#..###.######.....",
"#####.########...#",
"###########.######",
"####.###.#..######",
"######..###.######",
"###....####.######",
"###..######.######",
"###########.######"
};