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