view lisp/gnus/gnus-pointer.xpm @ 57982:641cb7192482

Don't call define-fringe-bitmap if the display doesn't support images.
author Eli Zaretskii <eliz@gnu.org>
date Sat, 06 Nov 2004 16:07:10 +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 */
"##################",
"######..##..######",
"#####........#####",
"#.##.##..##...####",
"#...####.###...##.",
"#..###.######.....",
"#####.########...#",
"###########.######",
"####.###.#..######",
"######..###.######",
"###....####.######",
"###..######.######",
"###########.######"
};