7 lines
86 B
C
7 lines
86 B
C
|
/* XPM */
|
||
|
static char * menusel_darker_xpm[] = {
|
||
|
"1 2 1 1",
|
||
|
" c #69548A",
|
||
|
" ",
|
||
|
" "};
|