Author: greatlrd
Date: Mon Dec 31 17:34:23 2007
New Revision: 31517
URL:
http://svn.reactos.org/svn/reactos?rev=31517&view=rev
Log:
cleanup ntgdibad from api that have been remove.
Modified:
trunk/reactos/include/reactos/win32k/ntgdibad.h
Modified: trunk/reactos/include/reactos/win32k/ntgdibad.h
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/include/reactos/win32k/ntg…
==============================================================================
--- trunk/reactos/include/reactos/win32k/ntgdibad.h (original)
+++ trunk/reactos/include/reactos/win32k/ntgdibad.h Mon Dec 31 17:34:23 2007
@@ -129,12 +129,7 @@
LPCWSTR Description
);
-/* Use NtGdiPolyPolyDraw with PolyPolyRgn. */
-HRGN
-STDCALL
-NtGdiCreatePolygonRgn(CONST PPOINT pt,
- INT Count,
- INT PolyFillMode);
+
/* Meta are user-mode. */
BOOL
@@ -275,10 +270,7 @@
STDCALL
NtGdiGetPixelFormat(HDC hDC);
-/* Should be done in user-mode using shared GDI Objects. */
-UINT
-STDCALL
-NtGdiGetTextCharset(HDC hDC);
+
/* Use NtGdiGetDCPoint with GdiGetViewPortExt */
BOOL STDCALL NtGdiGetViewportExtEx(HDC hDC, LPSIZE viewportExt);