view etc/gnus-pointer.xpm @ 40610:e2da1b3f3d94

(x_scroll_bar_create): Check for width and height > 0. (XTset_vertical_scroll_bar): Likewise.
author Gerd Moellmann <gerd@gnu.org>
date Thu, 01 Nov 2001 11:24:41 +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 */
"######..##..######",
"#####........#####",
"#.##.##..##...####",
"#...####.###...##.",
"#..###.######.....",
"#####.########...#",
"###########.######",
"####.###.#..######",
"######..###.######",
"###....####.######",
"###..######.######",
"###########.######"
};