diff options
Diffstat (limited to 'data/pixmaps/transport/button-flip-open.xpm')
-rw-r--r-- | data/pixmaps/transport/button-flip-open.xpm | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/data/pixmaps/transport/button-flip-open.xpm b/data/pixmaps/transport/button-flip-open.xpm new file mode 100644 index 0000000..09afecf --- /dev/null +++ b/data/pixmaps/transport/button-flip-open.xpm @@ -0,0 +1,21 @@ +/* XPM */ +static char *magick[] = { +/* columns rows colors chars-per-pixel */ +"11 11 4 1", +" c None", +"X c black", +"O c gray25", +"o c gray50", +/* pixels */ +" ", +" ", +" XXXXXXXXX ", +" XoooooooX ", +" OX XO ", +" OX XO ", +" OX XO ", +" OXX ", +" O ", +" ", +" ", +}; |