view etc/images/gnus/gnus-pointer.xpm @ 105685:061e00486e48

(XTread_socket) [!USE_GTK && HAVE_X_I18N]: Don't quit processing pending events when event is filtered for input method.
author YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
date Tue, 20 Oct 2009 10:03:37 +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 */
"##################",
"######..##..######",
"#####........#####",
"#.##.##..##...####",
"#...####.###...##.",
"#..###.######.....",
"#####.########...#",
"###########.######",
"####.###.#..######",
"######..###.######",
"###....####.######",
"###..######.######",
"###########.######"
};