7 lines
133 B
C
7 lines
133 B
C
/* XPM */
|
|
static char * bottom_active_xpm[] = {
|
|
"24 1 2 1",
|
|
" c None",
|
|
". c #C0C0FF s active_color_2",
|
|
"........................"};
|