view etc/gnus-pointer.xpm @ 32992:8d46095169e8

* undo.c (record_delete): Check that last_undo_buffer is really a buffer before applying XBUFFER to it. * keymap.c (where_is_internal): Pass lisp object, not integer, to Faref.
author Ken Raeburn <raeburn@raeburn.org>
date Fri, 27 Oct 2000 23:01:20 +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 */
"######..##..######",
"#####........#####",
"#.##.##..##...####",
"#...####.###...##.",
"#..###.######.....",
"#####.########...#",
"###########.######",
"####.###.#..######",
"######..###.######",
"###....####.######",
"###..######.######",
"###########.######"
};