diff options
Diffstat (limited to 'attic/muse/xpm/audio_bounce_to_file.xpm')
-rw-r--r-- | attic/muse/xpm/audio_bounce_to_file.xpm | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/attic/muse/xpm/audio_bounce_to_file.xpm b/attic/muse/xpm/audio_bounce_to_file.xpm new file mode 100644 index 00000000..ee645fdc --- /dev/null +++ b/attic/muse/xpm/audio_bounce_to_file.xpm @@ -0,0 +1,24 @@ +/* XPM */ +static const char * audio_bounce_to_file_xpm[] = { +"16 16 5 1", +" c None", +". c #000000", +"+ c #C3C3C3", +"@ c #DCDCDC", +"# c #A0A0A0", +" ... ", +" ..+.. ", +" ..+@@.. ", +" ..+@#@@.. ", +" ..+@###@@.. ", +" ..+@####+@+.. ", +"..@@###+@+@.... ", +".+@###+@++.##...", +"..+##@@++.####..", +" ..++@++.###### ", +" ..+++..##### ", +" ..+.##.### ", +" ....##.# ", +" ....## ", +" ... ", +" . "}; |