summaryrefslogtreecommitdiff
path: root/test/data/test.xpm
diff options
context:
space:
mode:
Diffstat (limited to 'test/data/test.xpm')
-rw-r--r--test/data/test.xpm17
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",
+".....+++++",
+".....+++++",
+".....+++++",
+".....+++++",
+".....+++++",
+"@@@@@ ",
+"@@@@@ ",
+"@@@@@ ",
+"@@@@@ ",
+"@@@@@ "};