diff options
Diffstat (limited to 'data/pixmaps/toolbar/tenuto.xpm')
-rw-r--r-- | data/pixmaps/toolbar/tenuto.xpm | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/data/pixmaps/toolbar/tenuto.xpm b/data/pixmaps/toolbar/tenuto.xpm new file mode 100644 index 0000000..a0cb960 --- /dev/null +++ b/data/pixmaps/toolbar/tenuto.xpm @@ -0,0 +1,12 @@ +/* XPM */ +static char *magick[] = { +/* columns rows colors chars-per-pixel */ +"11 3 3 1", +" c Gray44", +". c #bebebe", +"X c None", +/* pixels */ +"XXXXXXXXXXX", +"X. .", +"X. ." +}; |