view etc/images/gnus/gnus-pointer.xpm @ 107405:bc371c4be819

Close bug#5720. * Makefile.in, lib-src/Makefile.in (uninstall): Handle the case where archlibdir does not exist.
author Glenn Morris <rgm@gnu.org>
date Wed, 17 Mar 2010 22:17:11 -0700
parents 210af0ad3d35
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 */
"##################",
"######..##..######",
"#####........#####",
"#.##.##..##...####",
"#...####.###...##.",
"#..###.######.....",
"#####.########...#",
"###########.######",
"####.###.#..######",
"######..###.######",
"###....####.######",
"###..######.######",
"###########.######"
};