23 lines
473 B
C
23 lines
473 B
C
/* XPM */
|
|
static char * bottom_right_inactive_xpm[] = {
|
|
"16 16 3 1",
|
|
" c None",
|
|
"# c #C0C0C0 s inactive_color_2",
|
|
"@ c #C0C0FF s inactive_color_1",
|
|
" @",
|
|
" @",
|
|
" @",
|
|
" @",
|
|
" @",
|
|
" @",
|
|
" @",
|
|
" @",
|
|
" @",
|
|
" @",
|
|
" @",
|
|
" @",
|
|
"###############@",
|
|
"###############@",
|
|
"###############@",
|
|
"@@@@@@@@@@@@@@@ "};
|