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