view etc/gnus-pointer.xpm @ 55539:db942c4b4345

macterm.c (x_flush, XTframe_up_to_date): use FRAME_MAC_P instead of FRAME_X_P
author Steven Tamm <steventamm@mac.com>
date Wed, 12 May 2004 01:40:05 +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 */
"######..##..######",
"#####........#####",
"#.##.##..##...####",
"#...####.###...##.",
"#..###.######.....",
"#####.########...#",
"###########.######",
"####.###.#..######",
"######..###.######",
"###....####.######",
"###..######.######",
"###########.######"
};