view etc/gnus-pointer.xpm @ 39275:7381e244a652

(make-auto-save-file-name): If long file names are not supported, truncate the file name to DOS 8+3 limits before generating an auto-save file name from it.
author Eli Zaretskii <eliz@gnu.org>
date Thu, 13 Sep 2001 12:40:30 +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 */
"######..##..######",
"#####........#####",
"#.##.##..##...####",
"#...####.###...##.",
"#..###.######.....",
"#####.########...#",
"###########.######",
"####.###.#..######",
"######..###.######",
"###....####.######",
"###..######.######",
"###########.######"
};