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