Author: tkreuzer
Date: Tue Aug 7 05:28:02 2007
New Revision: 28208
URL:
http://svn.reactos.org/svn/reactos?rev=28208&view=rev
Log:
update ntgdibad.h
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 Tue Aug 7 05:28:02 2007
@@ -662,14 +662,6 @@
STDCALL
NtGdiRemoveFontResource(LPCWSTR FileName);
-/* Use NtGdiExtSelectClipRgn with RGN_COPY. */
-int
-STDCALL
-NtGdiSelectClipRgn (
- HDC hDC,
- HRGN hrgn
- );
-
/* Should be done in user-mode. */
HGDIOBJ STDCALL NtGdiSelectObject(HDC hDC, HGDIOBJ hGDIObj);