kwin/clients/riscos/button_base_down.xpm
Rik Hemsley 1a1c3254e5 New, nicer pixmaps for buttons and titlebar.
Use static pointers to QPixmaps to save memory now, as I should have
done before.

svn path=/trunk/kdebase/kwin/; revision=45067
2000-03-29 17:07:43 +00:00

28 lines
563 B
C

/* XPM */
static char * button_base_down_xpm[] = {
"18 18 7 1",
" c None",
". c #A0A0A0",
"+ c #FFFFFF",
"@ c #585858",
"# c #808080",
"$ c #DCDCDC",
"% c #C3C3C3",
"@@@@@@@@@@@@@@@@#%",
"@###############%+",
"@#..............$+",
"@#..............$+",
"@#..............$+",
"@#..............$+",
"@#..............$+",
"@#..............$+",
"@#..............$+",
"@#..............$+",
"@#..............$+",
"@#..............$+",
"@#..............$+",
"@#..............$+",
"@#..............$+",
"@#..............$+",
"#%$$$$$$$$$$$$$$$+",
"%+++++++++++++++++"};