9 lines
160 B
C
Executable File
9 lines
160 B
C
Executable File
/* XPM */
|
|
static char * bottom_active_xpm[] = {
|
|
"20 3 2 1",
|
|
" c None",
|
|
". c #212121",
|
|
"....................",
|
|
"....................",
|
|
"...................."};
|