diff options
Diffstat (limited to 'tests/auto/qimage/images/image.xbm')
-rw-r--r-- | tests/auto/qimage/images/image.xbm | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/auto/qimage/images/image.xbm b/tests/auto/qimage/images/image.xbm new file mode 100644 index 0000000..d0e0fcf --- /dev/null +++ b/tests/auto/qimage/images/image.xbm @@ -0,0 +1,5 @@ +#define Cloverleaf_width 9 +#define Cloverleaf_height 9 +static unsigned char Cloverleaf_bits[] = { + 0xc6, 0x00, 0x29, 0x01, 0x29, 0x01, 0xfe, 0x00, 0x28, 0x00, 0xfe, 0x00, + 0x29, 0x01, 0x29, 0x01, 0xc6, 0x00, }; |