diff options
Diffstat (limited to 'tests/test.xpm')
| -rw-r--r-- | tests/test.xpm | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/tests/test.xpm b/tests/test.xpm new file mode 100644 index 00000000..ef56e2c6 --- /dev/null +++ b/tests/test.xpm @@ -0,0 +1,12 @@ +/* XPM */ +static char * test_xpm[] = { +"6 6 3 1", +" c #FF0000", +". c #00FF00", +"+ c #0000FF", +" ..++", +" ..++", +" ..++", +" ..++", +" ..++", +" ..++"}; |
