diff options
author | Florian Jung <flo@windfisch.org> | 2012-01-03 22:05:40 +0000 |
---|---|---|
committer | Florian Jung <flo@windfisch.org> | 2012-01-03 22:05:40 +0000 |
commit | eec7d9eb4d38a8f7bdbdb9d6301990a8574b3936 (patch) | |
tree | 40272af654ae071d64f237ea8333fbf96d056611 /muse2/xpm/eye.xpm | |
parent | 1bc4ba9dfc00b6e7511fbf4765296a2002f83315 (diff) | |
parent | b68a212e2d1a400145cc8010f74c0b15fe2ce284 (diff) |
merged experimental branch into trunk, adding:
- new style drummaps
- drummaps stored in idf files
- auto-assigning drummaps
- some fixes
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", +" ", +" ", +" ", +" .... ", +" ........ ", +" ... ... ", +" ... ++++ ... ", +"... ++++++ ...", +".. ++++++ ..", +"... ++++++ ...", +" ... ++++ ... ", +" ... ... ", +" ........ ", +" .... ", +" ", +" "}; |