view etc/gnus-pointer.xpm @ 36117:776ddfaf7665

(x_set_glyph_string_background_width): Extend the background face to the end of the drawing area in the text area, only.
author Gerd Moellmann <gerd@gnu.org>
date Fri, 16 Feb 2001 12:44:32 +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 */
"######..##..######",
"#####........#####",
"#.##.##..##...####",
"#...####.###...##.",
"#..###.######.....",
"#####.########...#",
"###########.######",
"####.###.#..######",
"######..###.######",
"###....####.######",
"###..######.######",
"###########.######"
};