view etc/images/gnus/gnus-pointer.xpm @ 68575:73b90bd1d0b0

(Layout Parameters): Minor clarification. (Drag and Drop): New node. (Frames): Update menu.
author Richard M. Stallman <rms@gnu.org>
date Thu, 02 Feb 2006 16:28:13 +0000
parents 210af0ad3d35
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 */
"##################",
"######..##..######",
"#####........#####",
"#.##.##..##...####",
"#...####.###...##.",
"#..###.######.....",
"#####.########...#",
"###########.######",
"####.###.#..######",
"######..###.######",
"###....####.######",
"###..######.######",
"###########.######"
};