[GDI32] Add batch flag for Text Out

Set batch flag for Text Out with font and attributes change sets.
This commit is contained in:
James Tabor 2019-05-01 23:24:53 -05:00
parent 44b11ad6a9
commit 9d00413754

View file

@ -568,6 +568,7 @@ ExtTextOutW(
if ((pTeb->GdiTebBatch.Offset + cjSize ) <= GDIBATCHBUFSIZE)
{
pdcattr->ulDirty_ |= DC_MODE_DIRTY|DC_FONTTEXT_DIRTY;
pgO->cbCount = cwc;
pgO->x = x;
pgO->y = y;