mirror of
https://github.com/reactos/reactos.git
synced 2025-08-03 21:45:41 +00:00
[GDI] - Add type for setting world transform modification modes.
References: https://msdn.microsoft.com/en-us/library/cc230538.aspx https://github.com/KDE/krita/blob/master/libs/vectorimage/libemf/EmfEnums.h
This commit is contained in:
parent
f310b02337
commit
d85023c9c9
4 changed files with 9 additions and 4 deletions
|
@ -302,8 +302,7 @@ SetWorldTransform(
|
|||
_In_ HDC hdc,
|
||||
_Out_ CONST XFORM *pxform)
|
||||
{
|
||||
/* FIXME shall we add undoc #define MWT_SETXFORM 4 ?? */
|
||||
return ModifyWorldTransform(hdc, pxform, MWT_MAX+1);
|
||||
return ModifyWorldTransform(hdc, pxform, MWT_SET);
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue