view etc/images/gnus/gnus-pointer.xpm @ 79724:1216df323631

(gud-gdb-command-name): Explain "--annotate=3" option is necessary for the Graphical Interface.
author Nick Roberts <nickrob@snap.net.nz>
date Mon, 07 Jan 2008 03:51:03 +0000
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 */
"##################",
"######..##..######",
"#####........#####",
"#.##.##..##...####",
"#...####.###...##.",
"#..###.######.....",
"#####.########...#",
"###########.######",
"####.###.#..######",
"######..###.######",
"###....####.######",
"###..######.######",
"###########.######"
};