view lisp/gnus/gnus-pointer.xpm @ 58004:ae799359b66c

(ada-gdb-application): Use goto-char instead of beginning-of-buffer.
author Richard M. Stallman <rms@gnu.org>
date Sun, 07 Nov 2004 03:58:37 +0000
parents 55fd4f77387a
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 */
"##################",
"######..##..######",
"#####........#####",
"#.##.##..##...####",
"#...####.###...##.",
"#..###.######.....",
"#####.########...#",
"###########.######",
"####.###.#..######",
"######..###.######",
"###....####.######",
"###..######.######",
"###########.######"
};