Pluggin NtGdiArcInternal and NtGdiPolyPolyDraw

svn path=/trunk/; revision=26523
This commit is contained in:
James Tabor 2007-04-26 14:53:36 +00:00
parent 78d8963001
commit 66b0c897a2
3 changed files with 4 additions and 3 deletions

View file

@ -37,13 +37,11 @@ CreatePolyPolygonRgn( const POINT* Point,
int inPolygons,
int Mode)
{
/* return (HRGN) NtGdiPolyPolyDraw( (HDC) Mode,
return (HRGN) NtGdiPolyPolyDraw( (HDC) Mode,
(PPOINT) Point,
(PULONG) Count,
(ULONG) inPolygons,
GdiPolyPolyRgn );
*/
return (HRGN) NULL;
}

View file

@ -144,6 +144,7 @@
</directory>
<directory name="objects">
<compilationunit name="objects.c">
<file>arc.c</file>
<file>bezier.c</file>
<file>bitmaps.c</file>
<file>brush.c</file>

View file

@ -6,6 +6,7 @@ NtGdiAlphaBlend 11
NtGdiAngleArc 6
NtGdiAnimatePalette 4
NtGdiArc 9
NtGdiArcInternal 10
NtGdiArcTo 9
NtGdiBeginPath 1
NtGdiBitBlt 11
@ -197,6 +198,7 @@ NtGdiPolyDraw 4
NtGdiPolyline 3
NtGdiPolylineTo 3
NtGdiPolyPatBlt 5
NtGdiPolyPolyDraw 5
NtGdiPolyPolyline 4
NtGdiPolyTextOut 3
NtGdiPolygon 3