mirror of
https://github.com/reactos/reactos.git
synced 2025-08-05 20:23:34 +00:00
[WIN32K]
Use the actual DC attribute, not the embedded one, when checking iGraphicsMode in GreExtTextOutW. CORE-4657 #resolve svn path=/trunk/; revision=70187
This commit is contained in:
parent
eb108acad4
commit
547821d10d
1 changed files with 1 additions and 1 deletions
|
@ -3526,7 +3526,7 @@ GreExtTextOutW(
|
||||||
goto fail;
|
goto fail;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (dc->dcattr.iGraphicsMode == GM_ADVANCED)
|
if (dc->pdcattr->iGraphicsMode == GM_ADVANCED)
|
||||||
{
|
{
|
||||||
pmxWorldToDevice = DC_pmxWorldToDevice(dc);
|
pmxWorldToDevice = DC_pmxWorldToDevice(dc);
|
||||||
FtSetCoordinateTransform(face, pmxWorldToDevice);
|
FtSetCoordinateTransform(face, pmxWorldToDevice);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue