8 lines
97 B
C
8 lines
97 B
C
/* XPM */
|
|
static char * bottom_active_xpm[] = {
|
|
"1 2 2 1",
|
|
" c None",
|
|
". c #546e7a",
|
|
".",
|
|
"."};
|