disable UpdateArea

This commit is contained in:
Vadim Rozenfeld 2014-07-08 14:06:27 +10:00
parent 818fbe3d54
commit 7a701b755e

View File

@ -4043,7 +4043,7 @@ VOID QxlDevice::BltBits (
} }
CONST RECT* pRect = &pRects[0]; CONST RECT* pRect = &pRects[0];
UpdateArea(pRect, 0); // UpdateArea(pRect, 0);
drawable->u.copy.scale_mode = SPICE_IMAGE_SCALE_MODE_NEAREST; drawable->u.copy.scale_mode = SPICE_IMAGE_SCALE_MODE_NEAREST;
drawable->u.copy.mask.bitmap = 0; drawable->u.copy.mask.bitmap = 0;
drawable->u.copy.rop_descriptor = SPICE_ROPD_OP_PUT; drawable->u.copy.rop_descriptor = SPICE_ROPD_OP_PUT;