bitmaps/ScrollDnMac.xpm
author Jan Vrany <jan.vrany@fit.cvut.cz>
Thu, 04 May 2017 22:34:08 +0200
branchjv
changeset 6187 df5e0e50fe4e
parent 1517 bce92900f46d
permissions -rw-r--r--
Issue #124, case 1: Added test for this case Actual fix is in stx:libbasic, revision 3563e89f551b. https://swing.fit.cvut.cz/projects/stx-jv/ticket/124#comment:19

/* XPM */
static char *mac_down_xpm[] = {
/* width height ncolors chars_per_pixel */
"14 14 5 1",
/* colors */
"a c white",
"b c #aaaaaa",
"c c #cccccc",
"d c #333366",
"e c #666666",
/* pixels */
"aaaaaaaaaaaaae",
"acccccccccccce",
"acccddddddccce",
"acccdbbbbdccce",
"acccdbbbbdccce",
"acccdbbbbdccce",
"addddbbbbdddde",
"acdbbbbbbbbdce",
"accdbbbbbbdcce",
"acccdbbbbdccce",
"accccdbbdcccce",
"acccccddccccce",
"acccccccccccce",
"eeeeeeeeeeeeee",
};