You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
33 lines
706 B
33 lines
706 B
/* XPM */
|
|
static char *left_ptr_big[] = {
|
|
/* width height num_colors chars_per_pixel */
|
|
" 20 20 5 1",
|
|
/* colors */
|
|
". c None",
|
|
"x c #9090e0",
|
|
"y c #8080d0",
|
|
"z c #7070c0",
|
|
"# c #000000",
|
|
/* pixels */
|
|
"....................",
|
|
"....................",
|
|
".....##.............",
|
|
".....#x#............",
|
|
".....#xx#...........",
|
|
".....#xxy#..........",
|
|
".....#xxyy#.........",
|
|
".....#xxyyz#........",
|
|
".....#xxyyzz#.......",
|
|
".....#xxyyzzz#......",
|
|
".....#xxyyz####.....",
|
|
".....#xx#y#.........",
|
|
".....#x#.#z#........",
|
|
".....##..#z#........",
|
|
".....#....#z#.......",
|
|
"..........#z#.......",
|
|
"...........#z#......",
|
|
"...........#z#......",
|
|
"............##......",
|
|
"...................."
|
|
};
|