view lisp/toolbar/mh-logo.xpm @ 51777:940c7de274a2

(last_clipboard_sequence_number): New variable. (Fw32_set_clipboard_data, Fw32_get_clipboard_data): Use sequence number if possible.
author Jason Rumney <jasonr@gnu.org>
date Sun, 06 Jul 2003 21:58:40 +0000
parents b35587af8747
children
line wrap: on
line source

/* XPM */
static char *mh-e[] = {
/* width height num_colors chars_per_pixel */
"    18    13        2            1",
/* colors */
"# c #666699",
". c None s None",
/* pixels */
"........##........",
".......####.......",
"......######......",
"......######......",
"....#########.....",
"..##############..",
".##...######....#.",
"##...#.#.####...#.",
"....#..#.##.#...#.",
"...#..##.#.#.#....",
"...#..#..#..#.#...",
"...#..#.##..#.##..",
"...#..#.#..#....#."
};