Robin Gareus
ad51c7c2ba
This is intended mainly for GNU/Linux distros who will remove GTK2 support in the near future.
19 lines
310 B
C
19 lines
310 B
C
/* XPM */
|
|
static const char *const tree_plus[] = {
|
|
/* width height num_colors chars_per_pixel */
|
|
" 9 9 2 1",
|
|
/* colors */
|
|
". c #000000",
|
|
"# c #f8fcf8",
|
|
/* pixels */
|
|
".........",
|
|
".#######.",
|
|
".###.###.",
|
|
".###.###.",
|
|
".#.....#.",
|
|
".###.###.",
|
|
".###.###.",
|
|
".#######.",
|
|
"........."
|
|
};
|