From 566a13042f0ff39604f1f9502cf6d5036c5eead8 Mon Sep 17 00:00:00 2001 From: Timo Kreuzer Date: Wed, 16 Aug 2017 14:18:08 +0000 Subject: [PATCH] [WIN32K] Remove old comments svn path=/trunk/; revision=75567 --- reactos/win32ss/gdi/ntgdi/freetype.c | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/reactos/win32ss/gdi/ntgdi/freetype.c b/reactos/win32ss/gdi/ntgdi/freetype.c index 3f2181216ce..0c8fbdf7d84 100644 --- a/reactos/win32ss/gdi/ntgdi/freetype.c +++ b/reactos/win32ss/gdi/ntgdi/freetype.c @@ -5424,7 +5424,7 @@ GreExtTextOutW( { DPRINT1("Failed to load and render glyph! [index: %d]\n", glyph_index); IntUnLockFreeType; - goto Cleanup; // FIXME + goto Cleanup; } glyph = face->glyph; @@ -5437,7 +5437,7 @@ GreExtTextOutW( { DPRINT1("Failed to render glyph! [index: %d]\n", glyph_index); IntUnLockFreeType; - goto Cleanup; // FIXME + goto Cleanup; } /* retrieve kerning distance and move pen position */ @@ -5598,6 +5598,7 @@ GreExtTextOutW( if (dc->dctype == DCTYPE_DIRECT) MouseSafetyOnDrawStart(dc->ppdev, DestRect.left, DestRect.top, DestRect.right, DestRect.bottom); + if (dc->fs & (DC_ACCUM_APP|DC_ACCUM_WMGR)) { IntUpdateBoundsRect(dc, &DestRect); @@ -5790,6 +5791,7 @@ GreExtTextOutW( EXLATEOBJ_vCleanup(&exloDst2RGB); Cleanup: + DC_vFinishBlit(dc, NULL); if (TextObj != NULL)