1a1c3254e5
Use static pointers to QPixmaps to save memory now, as I should have done before. svn path=/trunk/kdebase/kwin/; revision=45067
20 lines
325 B
C
20 lines
325 B
C
/* XPM */
|
|
static char * button_unmax_xpm[] = {
|
|
"12 12 5 1",
|
|
" c None",
|
|
". c #808080",
|
|
"+ c #585858",
|
|
"@ c #C3C3C3",
|
|
"# c #DCDCDC",
|
|
".++++++++++.",
|
|
"+@########@+",
|
|
"+##########+",
|
|
"+##########+",
|
|
"+##########+",
|
|
"+##########+",
|
|
"+##########+",
|
|
"+##########+",
|
|
"+##########+",
|
|
"+##########+",
|
|
"+@########@+",
|
|
".++++++++++."};
|