summaryrefslogtreecommitdiffstats
path: root/tkimg/tests/testimgs/img.xbm
diff options
context:
space:
mode:
authorWilliam Joye <wjoye@cfa.harvard.edu>2019-03-20 17:30:33 (GMT)
committerWilliam Joye <wjoye@cfa.harvard.edu>2019-03-20 17:30:33 (GMT)
commit54d971086f3a99dd7c9552fbe07f589f43bf439c (patch)
tree53969f74e5aef27e572e5db2af98a54b15e0a6a4 /tkimg/tests/testimgs/img.xbm
parentcfef685ad45bc8f98a2d59fba75ba9bc6e06496d (diff)
downloadblt-54d971086f3a99dd7c9552fbe07f589f43bf439c.zip
blt-54d971086f3a99dd7c9552fbe07f589f43bf439c.tar.gz
blt-54d971086f3a99dd7c9552fbe07f589f43bf439c.tar.bz2
upgrade tkimg 1.4.9
Diffstat (limited to 'tkimg/tests/testimgs/img.xbm')
-rwxr-xr-xtkimg/tests/testimgs/img.xbm10
1 files changed, 10 insertions, 0 deletions
diff --git a/tkimg/tests/testimgs/img.xbm b/tkimg/tests/testimgs/img.xbm
new file mode 100755
index 0000000..216af18
--- /dev/null
+++ b/tkimg/tests/testimgs/img.xbm
@@ -0,0 +1,10 @@
+#define img_width 40
+#define img_height 7
+static char img_bits[] = {
+ 0x1f, 0x7c, 0xf0, 0xc1, 0x07,
+ 0x1f, 0x7c, 0xf0, 0xc1, 0x07,
+ 0x1f, 0x7c, 0xf0, 0xc1, 0x07,
+ 0x1f, 0x7c, 0xf0, 0xc1, 0x07,
+ 0x1f, 0x7c, 0xf0, 0xc1, 0x07,
+ 0x1f, 0x7c, 0xf0, 0xc1, 0x07,
+ 0x1f, 0x7c, 0xf0, 0xc1, 0x07};