mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 19:26:32 +00:00
[win32k]
- 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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user