view etc/images/gnus/gnus-pointer.xpm @ 74897:3dd44b8cf2b9

** Report that datagrams don't work on Windows. Done by KFS.
author Chong Yidong <cyd@stupidchicken.com>
date Mon, 25 Dec 2006 18:09:08 +0000
parents 210af0ad3d35
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 */
"##################",
"######..##..######",
"#####........#####",
"#.##.##..##...####",
"#...####.###...##.",
"#..###.######.....",
"#####.########...#",
"###########.######",
"####.###.#..######",
"######..###.######",
"###....####.######",
"###..######.######",
"###########.######"
};