view etc/images/gnus/gnus-pointer.xpm @ 100438:f2d8842e9574

* international/mule-cmds.el (select-safe-coding-system): * mail/rmail.el (rmail-require-mime-maybe): Fix arguments of `display-warning'.
author Juanma Barranquero <lekktu@gmail.com>
date Mon, 15 Dec 2008 15:44:13 +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 */
"##################",
"######..##..######",
"#####........#####",
"#.##.##..##...####",
"#...####.###...##.",
"#..###.######.....",
"#####.########...#",
"###########.######",
"####.###.#..######",
"######..###.######",
"###....####.######",
"###..######.######",
"###########.######"
};