view etc/gnus-pointer.xpm @ 54939:9c3e575d5a2b

(compilation-error-properties): Fix for adding messages when there are already markers for their file. (compilation-fake-loc): New function.
author Daniel Pfeiffer <occitan@esperanto.org>
date Fri, 16 Apr 2004 23:04:23 +0000
parents 20ca10cf58b3
children bb6c986199c4
line wrap: on
line source

/* XPM */
static char *gnus-pointer[] = {
/* width height num_colors chars_per_pixel */
"    18    12        2            1",
/* colors */
". c #0000ff",
"# c None s None",
/* pixels */
"######..##..######",
"#####........#####",
"#.##.##..##...####",
"#...####.###...##.",
"#..###.######.....",
"#####.########...#",
"###########.######",
"####.###.#..######",
"######..###.######",
"###....####.######",
"###..######.######",
"###########.######"
};