view etc/images/gnus/gnus-pointer.xpm @ 111484:54d60cee2d5c

* lisp/erc/erc-lang.el (erc-cmd-LANG): Fix what may have been a typo.
author Glenn Morris <rgm@gnu.org>
date Wed, 10 Nov 2010 19:50:20 -0800
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 */
"##################",
"######..##..######",
"#####........#####",
"#.##.##..##...####",
"#...####.###...##.",
"#..###.######.....",
"#####.########...#",
"###########.######",
"####.###.#..######",
"######..###.######",
"###....####.######",
"###..######.######",
"###########.######"
};