diff options
Diffstat (limited to 'tools/designer/examples/vcr/play.xpm')
-rw-r--r-- | tools/designer/examples/vcr/play.xpm | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/tools/designer/examples/vcr/play.xpm b/tools/designer/examples/vcr/play.xpm new file mode 100644 index 0000000..8102ed1 --- /dev/null +++ b/tools/designer/examples/vcr/play.xpm @@ -0,0 +1,23 @@ +/* XPM */ +static char * play_xpm[] = { +"16 16 3 1", +" c None", +". c #FFFFFF", +"+ c #000000", +"................", +".++.............", +".++++...........", +".++++++.........", +".++++++++.......", +".++++++++++.....", +".++++++++++++...", +".+++++++++++++..", +".+++++++++++++..", +".++++++++++++...", +".++++++++++.....", +".++++++++.......", +".++++++.........", +".++++...........", +".+++............", +"................"}; + |