diff options
Diffstat (limited to 'tests/auto/qpainter/drawPixmap_rop_bitmap/src1.xbm')
-rw-r--r-- | tests/auto/qpainter/drawPixmap_rop_bitmap/src1.xbm | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/tests/auto/qpainter/drawPixmap_rop_bitmap/src1.xbm b/tests/auto/qpainter/drawPixmap_rop_bitmap/src1.xbm new file mode 100644 index 0000000..d883569 --- /dev/null +++ b/tests/auto/qpainter/drawPixmap_rop_bitmap/src1.xbm @@ -0,0 +1,6 @@ +#define src1_width 8 +#define src1_height 8 +static char src1_bits[] = { + 0xf0,0xf0,0xfc,0xfc,0xc0,0xc0,0xf0,0xf0,0x00,0x00,0x00,0xe0,0xe5,0x6e,0x2b, + 0x29,0x00,0x00,0x00,0xe8,0xe5,0x6e,0x2b,0xe8,0xe5,0x6e,0x2b,0x3c,0x00,0x00, + 0x05,0x3c }; |