view etc/images/gnus/gnus-pointer.xpm @ 111124:eed7831710a5

* src/xdisp.c (syms_of_xdisp) <display-hourglass>: Sync doc with Lisp.
author Glenn Morris <rgm@gnu.org>
date Sat, 23 Oct 2010 14:16:39 -0700
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 */
"##################",
"######..##..######",
"#####........#####",
"#.##.##..##...####",
"#...####.###...##.",
"#..###.######.....",
"#####.########...#",
"###########.######",
"####.###.#..######",
"######..###.######",
"###....####.######",
"###..######.######",
"###########.######"
};