diff options
Diffstat (limited to 'tests/auto/qpainter/drawPixmap_rop_bitmap/res/res_CopyROP.xbm')
-rw-r--r-- | tests/auto/qpainter/drawPixmap_rop_bitmap/res/res_CopyROP.xbm | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/tests/auto/qpainter/drawPixmap_rop_bitmap/res/res_CopyROP.xbm b/tests/auto/qpainter/drawPixmap_rop_bitmap/res/res_CopyROP.xbm new file mode 100644 index 0000000..869844d --- /dev/null +++ b/tests/auto/qpainter/drawPixmap_rop_bitmap/res/res_CopyROP.xbm @@ -0,0 +1,6 @@ +#define res_CopyROP_width 8 +#define res_CopyROP_height 8 +static char res_CopyROP_bits[] = { + 0xf0,0xf0,0xfc,0xfc,0xc0,0xc0,0xf0,0xf0,0x00,0x00,0x00,0x35,0x00,0x5a,0x00, + 0x41,0x01,0x00,0x00,0x01,0x00,0x00,0x00,0x01,0x00,0x00,0x00,0xc0,0x5b,0x2f, + 0x2b,0x50 }; |