diff options
author | Florian Jung <flo@windfisch.org> | 2011-10-06 11:37:57 +0000 |
---|---|---|
committer | Florian Jung <flo@windfisch.org> | 2011-10-06 11:37:57 +0000 |
commit | f60ddccd6d328a5cebc4d524246e33b399a8dfdd (patch) | |
tree | c96d609c0b1e2eb6cb74b700dbb960c8cab726fd /muse2/xpm/eye.xpm | |
parent | 421cb6dbce48a6c1044dd37e8f710b83db5d11a9 (diff) |
you can now hide and show drumlist instruments
squashed some minor bugs
Diffstat (limited to 'muse2/xpm/eye.xpm')
-rw-r--r-- | muse2/xpm/eye.xpm | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/muse2/xpm/eye.xpm b/muse2/xpm/eye.xpm new file mode 100644 index 00000000..74e5bcc1 --- /dev/null +++ b/muse2/xpm/eye.xpm @@ -0,0 +1,22 @@ +/* XPM */ +static const char * eye_xpm[] = { +"16 16 3 1", +" c None", +". c #000000", +"+ c #0000FD", +" ", +" ", +" ", +" .... ", +" ........ ", +" ... ... ", +" ... ++++ ... ", +"... ++++++ ...", +".. ++++++ ..", +"... ++++++ ...", +" ... ++++ ... ", +" ... ... ", +" ........ ", +" .... ", +" ", +" "}; |