view etc/gnus-pointer.xpm @ 53844:0093eae529e8

macfns.c, w32fns.c (Fx_change_window_property): Make doc string and parameters same as for X version.
author Jan Djärv <jan.h.d@swipnet.se>
date Sat, 07 Feb 2004 17:17:20 +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 */
"######..##..######",
"#####........#####",
"#.##.##..##...####",
"#...####.###...##.",
"#..###.######.....",
"#####.########...#",
"###########.######",
"####.###.#..######",
"######..###.######",
"###....####.######",
"###..######.######",
"###########.######"
};