view etc/images/gnus/gnus-pointer.xpm @ 98145:9d5c120a08ec

(perform-replace): Don't set inhibit-read-only using query-replace-skip-read-only (bug#956).
author Chong Yidong <cyd@stupidchicken.com>
date Fri, 12 Sep 2008 00:37:41 +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 */
"##################",
"######..##..######",
"#####........#####",
"#.##.##..##...####",
"#...####.###...##.",
"#..###.######.....",
"#####.########...#",
"###########.######",
"####.###.#..######",
"######..###.######",
"###....####.######",
"###..######.######",
"###########.######"
};