diff options
author | William Joye <wjoye@cfa.harvard.edu> | 2019-03-20 17:30:33 (GMT) |
---|---|---|
committer | William Joye <wjoye@cfa.harvard.edu> | 2019-03-20 17:30:33 (GMT) |
commit | 54d971086f3a99dd7c9552fbe07f589f43bf439c (patch) | |
tree | 53969f74e5aef27e572e5db2af98a54b15e0a6a4 /tkimg/tests/testimgs/img.xbm | |
parent | cfef685ad45bc8f98a2d59fba75ba9bc6e06496d (diff) | |
download | blt-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-x | tkimg/tests/testimgs/img.xbm | 10 |
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};
|