bitmaps/HandleNext.xpm
author Jan Vrany <jan.vrany@fit.cvut.cz>
Mon, 08 Sep 2014 17:03:09 +0100
branchdelegated_gc_hg
changeset 5128 787b617a99e5
parent 1530 9d1da6aabffc
permissions -rw-r--r--
Merged 52e9f87d45c8 and fcd696f9f401 (branch default)

/* XPM */
static char *HandleNext_xpm[] = {
/* width height ncolors chars_per_pixel */
"7 7 4 1",
/* colors */
"a c black",
"b c white",
"c c #555555",
"d c #aaaaaa",
/* pixels */
"dcaaadd",
"caccccd",
"accdddd",
"acddbbd",
"acdbbbd",
"dcdbbdd",
"ddddddd",
};