view etc/gnus-pointer.xpm @ 51834:a8777e8d1b68

(struct buffer): Change overlays_before and overlays_after from Lisp lists of overlays to pointers to overlays (internally linked into lists via the new `next' field).
author Stefan Monnier <monnier@iro.umontreal.ca>
date Wed, 09 Jul 2003 14:47:45 +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 */
"######..##..######",
"#####........#####",
"#.##.##..##...####",
"#...####.###...##.",
"#..###.######.....",
"#####.########...#",
"###########.######",
"####.###.#..######",
"######..###.######",
"###....####.######",
"###..######.######",
"###########.######"
};