diff options
author | Orcan Ogetbil <oget.fedora@gmail.com> | 2010-11-24 10:41:22 +0000 |
---|---|---|
committer | Orcan Ogetbil <oget.fedora@gmail.com> | 2010-11-24 10:41:22 +0000 |
commit | 8c1c0f8433225f5c6783106722d294a7f720a5aa (patch) | |
tree | 679c86d572f2b2d9621eae1dfb045f90b22b7174 /muse2/xpm/saw.xpm | |
parent | 535c453c41855e1135db4060edb2101b6cebcb6e (diff) |
Ported fluidsynthgui to Qt4
Diffstat (limited to 'muse2/xpm/saw.xpm')
-rw-r--r-- | muse2/xpm/saw.xpm | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/muse2/xpm/saw.xpm b/muse2/xpm/saw.xpm new file mode 100644 index 00000000..7c614851 --- /dev/null +++ b/muse2/xpm/saw.xpm @@ -0,0 +1,19 @@ +/* XPM */ +static const char* const saw_xpm[] = { +"12 12 2 1", +". c #000000", +"# c #20ff18", +"............", +"............", +"............", +"............", +"....#.......", +"...#.#.....#", +"..#...#...#.", +".#.....#.#..", +"#.......#...", +"............", +"............", +"............"}; + + |