view etc/images/gnus/gnus-pointer.xpm @ 108090:b8f821937636

* m/mips.h: Remove #if 0 code.
author Dan Nicolaescu <dann@ics.uci.edu>
date Fri, 23 Apr 2010 14:58:07 -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 */
"##################",
"######..##..######",
"#####........#####",
"#.##.##..##...####",
"#...####.###...##.",
"#..###.######.....",
"#####.########...#",
"###########.######",
"####.###.#..######",
"######..###.######",
"###....####.######",
"###..######.######",
"###########.######"
};