Skip to content

Commit 707a3f4

Browse files
committed
[GDI32]
Temporary disable gdi batch handling for fonts in SelectObject svn path=/branches/GSoC_2011/GdiFontDriver/; revision=56030
1 parent 52527e1 commit 707a3f4

File tree

1 file changed

+2
-2
lines changed
  • dll/win32/gdi32/objects

1 file changed

+2
-2
lines changed

dll/win32/gdi32/objects/dc.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1589,7 +1589,7 @@ SetMapMode(
15891589
pDc_Attr->ulDirty_ &= ~SLOW_WIDTHS;
15901590
pDc_Attr->ulDirty_ |= DIRTY_CHARSET;
15911591
pDc_Attr->hlfntNew = hGdiObj;
1592-
1592+
#if 0
15931593
if (!(pDc_Attr->ulDirty_ & DC_DIBSECTION))
15941594
{
15951595
PGDIBSOBJECT pgO;
@@ -1601,7 +1601,7 @@ SetMapMode(
16011601
return hOldObj;
16021602
}
16031603
}
1604-
1604+
#endif
16051605
// default for select object font
16061606
return NtGdiSelectFont(hDC, hGdiObj);
16071607

0 commit comments

Comments
 (0)