Author: greatlrd
Date: Sat Aug 25 01:39:49 2007
New Revision: 28527
URL: http://svn.reactos.org/svn/reactos?rev=28527&view=rev
Log:
NtGdiEngCreateBitmap got one undoc param
Modified:
trunk/reactos/include/psdk/ntgdi.h
Modified: trunk/reactos/include/psdk/ntgdi.h
URL: http://svn.reactos.org/svn/reactos/trunk/reactos/include/psdk/ntgdi.h?rev=2…
==============================================================================
--- trunk/reactos/include/psdk/ntgdi.h (original)
+++ trunk/reactos/include/psdk/ntgdi.h Sat Aug 25 01:39:49 2007
@@ -2934,7 +2934,8 @@
IN LONG lWidth,
IN ULONG iFormat,
IN FLONG fl,
- IN OPTIONAL PVOID pvBits
+ IN OPTIONAL PVOID pvBits,
+ IN DWORD UNKNOWN
);
W32KAPI
Author: greatlrd
Date: Fri Aug 24 21:43:11 2007
New Revision: 28519
URL: http://svn.reactos.org/svn/reactos?rev=28519&view=rev
Log:
Kill of NtGdiCreatePolyPolygonRgn from the syscall list, it being use only internal in win32k. it should be rename to intGdiCreatePolyPolygonRgn
Modified:
trunk/reactos/subsystems/win32/win32k/w32ksvc.db
Modified: trunk/reactos/subsystems/win32/win32k/w32ksvc.db
URL: http://svn.reactos.org/svn/reactos/trunk/reactos/subsystems/win32/win32k/w3…
==============================================================================
--- trunk/reactos/subsystems/win32/win32k/w32ksvc.db (original)
+++ trunk/reactos/subsystems/win32/win32k/w32ksvc.db Fri Aug 24 21:43:11 2007
@@ -752,7 +752,6 @@
NtGdiCopyEnhMetaFile 2
NtGdiCreateDIBitmap 6
NtGdiCreateEnhMetaFile 4
-NtGdiCreatePolyPolygonRgn 4
NtGdiCreateScalableFontResource 4
NtGdiDeleteEnhMetaFile 1
NtGdiDeleteObject 1