configuration/config/icons/sound/mute.xpm

22 lines
416 B
C
Raw Normal View History

/* XPM */
static char * mute_xpm[] = {
2015-03-11 17:57:59 +01:00
"17 16 2 1",
" c None",
". c #FFFFFF",
2015-03-11 17:57:59 +01:00
" ",
" ",
" ",
" . ",
" .. ",
" ... ",
" ..... . . ",
" ..... .. ",
" ..... .. ",
" ..... . . ",
" ... ",
" .. ",
" . ",
" ",
" ",
" "};