b91600e944
anyway, and they use the KDE locolor palette, so that's even better :) svn path=/trunk/kdebase/kwin/; revision=45005
19 lines
301 B
C
19 lines
301 B
C
/* XPM */
|
|
static char * max_xpm[] = {
|
|
"12 12 4 1",
|
|
" c None",
|
|
". c #DCDCDC",
|
|
"+ c #585858",
|
|
"@ c #808080",
|
|
" ",
|
|
" ",
|
|
" @++++++@ ",
|
|
" +......+ ",
|
|
" +......+ ",
|
|
" +......+ ",
|
|
" +......+ ",
|
|
" +......+ ",
|
|
" +......+ ",
|
|
" @++++++@ ",
|
|
" ",
|
|
" "};
|