Author: tkreuzer
Date: Wed Aug 16 14:18:08 2017
New Revision: 75567
URL:
http://svn.reactos.org/svn/reactos?rev=75567&view=rev
Log:
[WIN32K] Remove old comments
Modified:
trunk/reactos/win32ss/gdi/ntgdi/freetype.c
Modified: trunk/reactos/win32ss/gdi/ntgdi/freetype.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/win32ss/gdi/ntgdi/freetype…
==============================================================================
--- trunk/reactos/win32ss/gdi/ntgdi/freetype.c [iso-8859-1] (original)
+++ trunk/reactos/win32ss/gdi/ntgdi/freetype.c [iso-8859-1] Wed Aug 16 14:18:08 2017
@@ -5424,7 +5424,7 @@
{
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 @@
{
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 @@
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 @@
EXLATEOBJ_vCleanup(&exloDst2RGB);
Cleanup:
+
DC_vFinishBlit(dc, NULL);
if (TextObj != NULL)