mirror of
https://github.com/reactos/reactos.git
synced 2026-06-02 09:20:43 +08: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