Author: jimtabor Date: Wed Jun 18 20:29:01 2008 New Revision: 34019
URL: http://svn.reactos.org/svn/reactos?rev=34019&view=rev Log: Set default miter limit.
Modified: trunk/reactos/subsystems/win32/win32k/objects/dc.c
Modified: trunk/reactos/subsystems/win32/win32k/objects/dc.c URL: http://svn.reactos.org/svn/reactos/trunk/reactos/subsystems/win32/win32k/obj... ============================================================================== --- trunk/reactos/subsystems/win32/win32k/objects/dc.c [iso-8859-1] (original) +++ trunk/reactos/subsystems/win32/win32k/objects/dc.c [iso-8859-1] Wed Jun 18 20:29:01 2008 @@ -2515,6 +2515,7 @@ TextIntRealizeFont(Dc_Attr->hlfntNew);
NewDC->DcLevel.hpal = NtGdiGetStockObject(DEFAULT_PALETTE); + NewDC->DcLevel.laPath.eMiterLimit = 10.0;
DC_UnlockDc(NewDC);