9 lines
104 B
C
Executable File
9 lines
104 B
C
Executable File
/* XPM */
|
|
static char * bottom_inactive_xpm[] = {
|
|
"1 3 2 1",
|
|
" c None",
|
|
". c #242424",
|
|
".",
|
|
".",
|
|
"."};
|