mirror of
https://github.com/reactos/reactos.git
synced 2025-04-28 01:11:35 +00:00
Pluggin NtGdiArcInternal and NtGdiPolyPolyDraw
svn path=/trunk/; revision=26523
This commit is contained in:
parent
78d8963001
commit
66b0c897a2
3 changed files with 4 additions and 3 deletions
|
@ -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;
|
||||
}
|
||||
|
||||
|
||||
|
|
|
@ -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>
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue