view etc/images/gnus/gnus-pointer.xpm @ 108371:bfc8980754ed EMACS_23_2

Bump version to 23.2.
author Chong Yidong <cyd@stupidchicken.com>
date Fri, 07 May 2010 23:28:26 -0400
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 */
"##################",
"######..##..######",
"#####........#####",
"#.##.##..##...####",
"#...####.###...##.",
"#..###.######.....",
"#####.########...#",
"###########.######",
"####.###.#..######",
"######..###.######",
"###....####.######",
"###..######.######",
"###########.######"
};