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