23 lines
453 B
C
23 lines
453 B
C
/* XPM */
|
|
static char *gnus_pointer_xpm[] = {
|
|
/* width height num_colors chars_per_pixel */
|
|
"18 13 2 1",
|
|
/* colors */
|
|
". c #0000ff",
|
|
"# c None s None",
|
|
/* pixels */
|
|
"##################",
|
|
"######..##..######",
|
|
"#####........#####",
|
|
"#.##.##..##...####",
|
|
"#...####.###...##.",
|
|
"#..###.######.....",
|
|
"#####.########...#",
|
|
"###########.######",
|
|
"####.###.#..######",
|
|
"######..###.######",
|
|
"###....####.######",
|
|
"###..######.######",
|
|
"###########.######"
|
|
};
|