view lisp/gnus/gnus-pointer.xpm @ 82957:48a95d16151f

Added new files from the v5_10 branch of Gnus.
author Reiner Steib <Reiner.Steib@gmx.de>
date Mon, 02 Aug 2004 15:06:12 +0000
parents 0fde48feb604
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 */
"##################",
"######..##..######",
"#####........#####",
"#.##.##..##...####",
"#...####.###...##.",
"#..###.######.....",
"#####.########...#",
"###########.######",
"####.###.#..######",
"######..###.######",
"###....####.######",
"###..######.######",
"###########.######"
};