diff options
Diffstat (limited to 'data/pixmaps/transport/button-clock.xpm')
-rw-r--r-- | data/pixmaps/transport/button-clock.xpm | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/data/pixmaps/transport/button-clock.xpm b/data/pixmaps/transport/button-clock.xpm new file mode 100644 index 0000000..0ed9391 --- /dev/null +++ b/data/pixmaps/transport/button-clock.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 */ +" oOXXXOo ", +" oXXo oXXo ", +"oXo X oXo", +"OX X o XO", +"Xo X X oX", +"X XX X", +"Xo X oX", +"OX XO", +"oXo oXo", +" oXXo oXXo ", +" oOXXXOo ", +}; |