kwin/clients/plastik/xpm/unsticky.xpm
Sandro Giessl 7d0cb12105 Adding my Plastik window decoration to kdeartwork. :)
svn path=/trunk/kdeartwork/kwin-styles/plastik/; revision=246655
2003-08-29 22:49:03 +00:00

37 lines
1.2 KiB
C

/* XPM */
static const char * unsticky_xpm[] = {
"32 32 2 1",
" c None",
". c #0000FF",
" ",
" ........ ",
" .............. ",
" ................ ",
" .................... ",
" ........ ........ ",
" ...... ...... ",
" ..... ..... ",
" ..... ...... ..... ",
" ..... .......... ..... ",
" .... ............ .... ",
" .... .............. .... ",
" ..... .............. ..... ",
" .... ................ .... ",
" .... ................ .... ",
" .... ................ .... ",
" .... ................ .... ",
" .... ................ .... ",
" .... ................ .... ",
" ..... .............. ..... ",
" .... .............. .... ",
" .... ............ .... ",
" ..... .......... ..... ",
" ..... ...... ..... ",
" ..... ..... ",
" ...... ...... ",
" ........ ........ ",
" .................... ",
" ................ ",
" .............. ",
" ........ ",
" "};