11 lines
258 B
C
11 lines
258 B
C
|
/* XPM */
|
||
|
static char * bottom_inactive_xpm[] = {
|
||
|
"24 4 3 1",
|
||
|
" c None",
|
||
|
"# c #C0C0C0 s inactive_color_2",
|
||
|
"@ c #C0C0FF s inactive_color_1",
|
||
|
"########################",
|
||
|
"########################",
|
||
|
"########################",
|
||
|
"@@@@@@@@@@@@@@@@@@@@@@@@"};
|