summaryrefslogtreecommitdiff
path: root/test/bitmaps/star
diff options
context:
space:
mode:
authorAlan Coopersmith <alan.coopersmith@oracle.com>2023-03-26 11:33:06 -0700
committerAlan Coopersmith <alan.coopersmith@oracle.com>2023-03-27 13:58:06 -0700
commitb08c297a37c2b061de783b1954bb908796fe91b0 (patch)
treed2a982fc0aa14d79f5aa3b35367940989b4105a3 /test/bitmaps/star
parentf3d7d1f96fba76c275df990b97d4c0995a70ee4b (diff)
downloadxorg-lib-libXmu-b08c297a37c2b061de783b1954bb908796fe91b0.tar.gz
test: Add simple test cases for functions in src/RdBitF.c
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
Diffstat (limited to 'test/bitmaps/star')
-rw-r--r--test/bitmaps/star8
1 files changed, 8 insertions, 0 deletions
diff --git a/test/bitmaps/star b/test/bitmaps/star
new file mode 100644
index 0000000..c98f1a4
--- /dev/null
+++ b/test/bitmaps/star
@@ -0,0 +1,8 @@
+#define star_width 16
+#define star_height 16
+#define star_x_hot 7
+#define star_y_hot 7
+static char star_bits[] = {
+ 0x00, 0x00, 0x80, 0x00, 0x80, 0x00, 0x88, 0x08, 0x90, 0x04, 0xa0, 0x02,
+ 0x40, 0x01, 0x3e, 0x3e, 0x40, 0x01, 0xa0, 0x02, 0x90, 0x04, 0x88, 0x08,
+ 0x80, 0x00, 0x80, 0x00, 0x00, 0x00, 0x00, 0x00};