Let's have it as it's common to be, which means top level src/ for sources, single data/ for data, and so on.
22 lines
364 B
C
22 lines
364 B
C
/* XPM */
|
|
static const char * arrow_down_xpm[] = {
|
|
"13 16 2 1",
|
|
" c None",
|
|
". c #FF0000",
|
|
" ... ",
|
|
" ... ",
|
|
" ... ",
|
|
" ... ",
|
|
" ... ",
|
|
" ... ",
|
|
" ... ",
|
|
" ... ",
|
|
" ... ",
|
|
".............",
|
|
" ........... ",
|
|
" ......... ",
|
|
" ....... ",
|
|
" ..... ",
|
|
" ... ",
|
|
" . "};
|