view etc/gnus-pointer.xpm @ 44900:e4975d9c93ff

(insert-for-yank): Replace `category' property with whatever properties it stands for. (member-ignore-case): Ignore non-strings in LIST.
author Richard M. Stallman <rms@gnu.org>
date Sat, 27 Apr 2002 19:48:40 +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 */
"######..##..######",
"#####........#####",
"#.##.##..##...####",
"#...####.###...##.",
"#..###.######.....",
"#####.########...#",
"###########.######",
"####.###.#..######",
"######..###.######",
"###....####.######",
"###..######.######",
"###########.######"
};