7 lines
93 B
C
7 lines
93 B
C
/* XPM */
|
|
static char * left_inactive_xpm[] = {
|
|
"2 1 2 1",
|
|
" c None",
|
|
". c #616C71",
|
|
".."};
|