- Make DC_UpdateXforms update DeviceToWorld conversion matrix as well
- Fixes four gdi32 mapping tests and drawing in applications that use DPtoLP (Yuan's coordinate space test for example)

svn path=/trunk/; revision=44677
This commit is contained in:
Gregor Schneider 2009-12-20 22:35:16 +00:00
parent f51abbcf0c
commit bd574fdd85

View file

@ -1119,8 +1119,9 @@ DC_UpdateXforms(PDC dc)
pdcattr->flXform |= DEVICE_TO_WORLD_INVALID;
}
/* Update transformation matrices */
XForm2MatrixS(&dc->dclevel.mxWorldToDevice, &xformWorld2Vport);
XForm2MatrixS(&dc->dclevel.mxDeviceToWorld, &xformVport2World);
}
LONG FASTCALL