view 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
line wrap: on
line source

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