view etc/images/gnus/gnus-pointer.xpm @ 105926:2b4cc3e45a7b

* net/dbus.el (dbus-unregister-object): Release service, if no other method is registered for it.
author Michael Albinus <michael.albinus@gmx.de>
date Mon, 09 Nov 2009 22:04:57 +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 */
"##################",
"######..##..######",
"#####........#####",
"#.##.##..##...####",
"#...####.###...##.",
"#..###.######.....",
"#####.########...#",
"###########.######",
"####.###.#..######",
"######..###.######",
"###....####.######",
"###..######.######",
"###########.######"
};