diff options
| author | Joel Klinghed <the_jk@spawned.biz> | 2026-01-02 22:42:31 +0100 |
|---|---|---|
| committer | Joel Klinghed <the_jk@spawned.biz> | 2026-01-02 22:42:31 +0100 |
| commit | 6ed8f5151719fbc14ec0ac6d28a346d1f74cf2ca (patch) | |
| tree | ebe7588e89e1aa2ae5376acf85f3a3a7b2ec7e10 /test/data/test.xpm | |
Diffstat (limited to 'test/data/test.xpm')
| -rw-r--r-- | test/data/test.xpm | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/test/data/test.xpm b/test/data/test.xpm new file mode 100644 index 0000000..12eb337 --- /dev/null +++ b/test/data/test.xpm @@ -0,0 +1,17 @@ +/* XPM */ +static char * test_xpm[] = { +"10 10 4 1", +" c None", +". c #FF0000", +"+ c #00FF00", +"@ c #0000FF", +".....+++++", +".....+++++", +".....+++++", +".....+++++", +".....+++++", +"@@@@@ ", +"@@@@@ ", +"@@@@@ ", +"@@@@@ ", +"@@@@@ "}; |
