view etc/gnus-pointer.xpm @ 38193:715aab816884

(hs-minor-mode-map): Use mouse-2, not button-2, when binding hs-mouse-toggle-hiding.
author Richard M. Stallman <rms@gnu.org>
date Tue, 26 Jun 2001 11:50:16 +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 */
"######..##..######",
"#####........#####",
"#.##.##..##...####",
"#...####.###...##.",
"#..###.######.....",
"#####.########...#",
"###########.######",
"####.###.#..######",
"######..###.######",
"###....####.######",
"###..######.######",
"###########.######"
};