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