view etc/gnus-pointer.xpm @ 48086:b61109579f17

(lispy_accent_codes, lispy_accent_keys): Extended. (lispy_kana_keys): Comment out. (make_lispy_event) [XK_kana_A]: Comment out. (modify_event_symbol) <sizeof (long) == sizeof (EMACS_INT)>: Fix sprintf call.
author Dave Love <fx@gnu.org>
date Wed, 30 Oct 2002 19:13:10 +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 */
"######..##..######",
"#####........#####",
"#.##.##..##...####",
"#...####.###...##.",
"#..###.######.....",
"#####.########...#",
"###########.######",
"####.###.#..######",
"######..###.######",
"###....####.######",
"###..######.######",
"###########.######"
};