7 lines
97 B
C
7 lines
97 B
C
/* XPM */
|
|
static char * bottom_left_active_xpm[] = {
|
|
"1 1 2 1",
|
|
" c None",
|
|
". c #fdf6e3",
|
|
"."};
|