view lisp/gnus/gnus-pointer.xpm @ 59001:9b61c52f0f54

(math-random-digit): Call math-init-random-base if var-RandSeed is nil.
author Jay Belanger <jay.p.belanger@gmail.com>
date Thu, 16 Dec 2004 22:56:08 +0000
parents 55fd4f77387a
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 */
"##################",
"######..##..######",
"#####........#####",
"#.##.##..##...####",
"#...####.###...##.",
"#..###.######.....",
"#####.########...#",
"###########.######",
"####.###.#..######",
"######..###.######",
"###....####.######",
"###..######.######",
"###########.######"
};