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