mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-03 12:23:25 +00:00
- Remove DCU_UpdateUserXForms from files for now.
- 28932: Wrong Meta Tag! - Starting the implementation of thread locking of GDI objects. - Ref: http://www.winehq.org/pipermail/wine-cvs/2007-August/035810.html svn path=/trunk/; revision=28933
This commit is contained in:
@@ -411,7 +411,6 @@ NtGdiTransformPoints( HDC hDC,
|
||||
//
|
||||
// If we are getting called that means User XForms is a mess!
|
||||
//
|
||||
DCU_UpdateUserXForms(dc, WORLD_TO_PAGE_IDENTITY|DEVICE_TO_WORLD_INVALID|WORLD_XFORM_CHANGED );
|
||||
DC_UnlockDc(dc);
|
||||
ExFreePool(Points);
|
||||
return TRUE;
|
||||
|
||||
@@ -2608,7 +2608,6 @@ DC_UpdateXforms(PDC dc)
|
||||
|
||||
/* Create inverse of world-to-viewport transformation */
|
||||
dc->w.vport2WorldValid = DC_InvertXform(&dc->w.xformWorld2Vport, &dc->w.xformVport2World);
|
||||
DCU_UpdateUserXForms(dc, WORLD_TO_PAGE_IDENTITY|DEVICE_TO_WORLD_INVALID|WORLD_XFORM_CHANGED );
|
||||
}
|
||||
|
||||
BOOL FASTCALL
|
||||
|
||||
@@ -1626,7 +1626,6 @@ end:
|
||||
IntDPtoLP(dc, &pt, 1);
|
||||
IntGdiMoveToEx(dc, pt.x, pt.y, NULL);
|
||||
}
|
||||
DCU_UpdateUserXForms(dc, WORLD_TO_PAGE_IDENTITY|DEVICE_TO_WORLD_INVALID|WORLD_XFORM_CHANGED );
|
||||
DPRINT("Leave %s, ret=%d\n", __FUNCTION__, ret);
|
||||
return ret;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user