diff options
Diffstat (limited to 'tests/auto/qpainter/drawPixmap_rop_bitmap/res/res_NopROP.xbm')
-rw-r--r-- | tests/auto/qpainter/drawPixmap_rop_bitmap/res/res_NopROP.xbm | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/tests/auto/qpainter/drawPixmap_rop_bitmap/res/res_NopROP.xbm b/tests/auto/qpainter/drawPixmap_rop_bitmap/res/res_NopROP.xbm new file mode 100644 index 0000000..3a2bc23 --- /dev/null +++ b/tests/auto/qpainter/drawPixmap_rop_bitmap/res/res_NopROP.xbm @@ -0,0 +1,6 @@ +#define res_NopROP_width 8 +#define res_NopROP_height 8 +static char res_NopROP_bits[] = { + 0xf0,0xf0,0xf0,0xf0,0xf0,0xf0,0xf0,0xf0,0x00,0x00,0x00,0xff,0xff,0xff,0x7f, + 0xff,0xff,0xff,0x7f,0x50,0x00,0x00,0x00,0x09,0x02,0x00,0x00,0xff,0xff,0xff, + 0x7f,0xff }; |