mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-03 12:23:25 +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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user