mirror of
https://github.com/reactos/reactos.git
synced 2025-01-01 12:04:51 +00:00
[GDI32] Add batch flag for Text Out
Set batch flag for Text Out with font and attributes change sets.
This commit is contained in:
parent
44b11ad6a9
commit
9d00413754
1 changed files with 1 additions and 0 deletions
|
@ -568,6 +568,7 @@ ExtTextOutW(
|
||||||
|
|
||||||
if ((pTeb->GdiTebBatch.Offset + cjSize ) <= GDIBATCHBUFSIZE)
|
if ((pTeb->GdiTebBatch.Offset + cjSize ) <= GDIBATCHBUFSIZE)
|
||||||
{
|
{
|
||||||
|
pdcattr->ulDirty_ |= DC_MODE_DIRTY|DC_FONTTEXT_DIRTY;
|
||||||
pgO->cbCount = cwc;
|
pgO->cbCount = cwc;
|
||||||
pgO->x = x;
|
pgO->x = x;
|
||||||
pgO->y = y;
|
pgO->y = y;
|
||||||
|
|
Loading…
Reference in a new issue