[ros-diffs] [jimtabor] 41784: - Update NtGdiOpenDCW to the newest sdk.

jimtabor at svn.reactos.org jimtabor at svn.reactos.org
Mon Jul 6 18:22:13 CEST 2009


Author: jimtabor
Date: Mon Jul  6 20:22:11 2009
New Revision: 41784

URL: http://svn.reactos.org/svn/reactos?rev=41784&view=rev
Log:
- Update NtGdiOpenDCW to the newest sdk.

Modified:
    trunk/reactos/dll/win32/gdi32/objects/dc.c
    trunk/reactos/include/psdk/ntgdi.h
    trunk/reactos/subsystems/win32/win32k/objects/dclife.c
    trunk/reactos/subsystems/win32/win32k/w32ksvc.db

Modified: trunk/reactos/dll/win32/gdi32/objects/dc.c
URL: http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/gdi32/objects/dc.c?rev=41784&r1=41783&r2=41784&view=diff
==============================================================================
--- trunk/reactos/dll/win32/gdi32/objects/dc.c [iso-8859-1] (original)
+++ trunk/reactos/dll/win32/gdi32/objects/dc.c [iso-8859-1] Mon Jul  6 20:22:11 2009
@@ -64,6 +64,7 @@
                      (PDEVMODEW) lpInitData,
                      (lpwszOutput ? &Output : NULL),
                       iType,             // DCW 0 and ICW 1.
+                      Display,
                       hspool,
                      (PVOID) NULL,       // NULL for now.
                      (PVOID) &UMdhpdev );

Modified: trunk/reactos/include/psdk/ntgdi.h
URL: http://svn.reactos.org/svn/reactos/trunk/reactos/include/psdk/ntgdi.h?rev=41784&r1=41783&r2=41784&view=diff
==============================================================================
--- trunk/reactos/include/psdk/ntgdi.h [iso-8859-1] (original)
+++ trunk/reactos/include/psdk/ntgdi.h [iso-8859-1] Mon Jul  6 20:22:11 2009
@@ -2085,6 +2085,7 @@
     IN DEVMODEW *pdm,  // See note for NtGdiResetDC
     IN PUNICODE_STRING pustrLogAddr,
     IN ULONG iType,
+    IN BOOL bDisplay,
     IN OPTIONAL HANDLE hspool,
     IN OPTIONAL VOID *pDriverInfo2, // this is  "typedef struct _DRIVER_INFO_2W DRIVER_INFO_2W;"
     OUT VOID *pUMdhpdev

Modified: trunk/reactos/subsystems/win32/win32k/objects/dclife.c
URL: http://svn.reactos.org/svn/reactos/trunk/reactos/subsystems/win32/win32k/objects/dclife.c?rev=41784&r1=41783&r2=41784&view=diff
==============================================================================
--- trunk/reactos/subsystems/win32/win32k/objects/dclife.c [iso-8859-1] (original)
+++ trunk/reactos/subsystems/win32/win32k/objects/dclife.c [iso-8859-1] Mon Jul  6 20:22:11 2009
@@ -358,6 +358,7 @@
     DEVMODEW *InitData,
     PUNICODE_STRING pustrLogAddr,
     ULONG iType,
+    BOOL bDisplay,
     HANDLE hspool,
     VOID *pDriverInfo2,
     VOID *pUMdhpdev)

Modified: trunk/reactos/subsystems/win32/win32k/w32ksvc.db
URL: http://svn.reactos.org/svn/reactos/trunk/reactos/subsystems/win32/win32k/w32ksvc.db?rev=41784&r1=41783&r2=41784&view=diff
==============================================================================
--- trunk/reactos/subsystems/win32/win32k/w32ksvc.db [iso-8859-1] (original)
+++ trunk/reactos/subsystems/win32/win32k/w32ksvc.db [iso-8859-1] Mon Jul  6 20:22:11 2009
@@ -235,7 +235,7 @@
 NtGdiMoveTo                                      4
 NtGdiOffsetClipRgn                               3
 NtGdiOffsetRgn                                   3
-NtGdiOpenDCW                                     7
+NtGdiOpenDCW                                     8
 NtGdiPatBlt                                      6
 NtGdiPolyPatBlt                                  5
 NtGdiPathToRegion                                1



More information about the Ros-diffs mailing list