[ros-diffs] [greatlrd] 28559: Alex is god of haven and shall rise to the sky ... (my poem to alex for he found I did a mistake) in protypes for NtGdiEngCreateDeviceSurface, NtGdiEngCreateDeviceBitmap, NtGdiEngCreateBitmap Part (1/2)

greatlrd at svn.reactos.org greatlrd at svn.reactos.org
Sat Aug 25 21:24:21 CEST 2007


Author: greatlrd
Date: Sat Aug 25 23:24:20 2007
New Revision: 28559

URL: http://svn.reactos.org/svn/reactos?rev=28559&view=rev
Log:
Alex is god of haven and shall rise to the sky ... (my poem to alex for he found I did a mistake)
in protypes for NtGdiEngCreateDeviceSurface, NtGdiEngCreateDeviceBitmap, NtGdiEngCreateBitmap
Part (1/2)

Modified:
    trunk/reactos/subsystems/win32/win32k/stubs/stubs.c

Modified: trunk/reactos/subsystems/win32/win32k/stubs/stubs.c
URL: http://svn.reactos.org/svn/reactos/trunk/reactos/subsystems/win32/win32k/stubs/stubs.c?rev=28559&r1=28558&r2=28559&view=diff
==============================================================================
--- trunk/reactos/subsystems/win32/win32k/stubs/stubs.c (original)
+++ trunk/reactos/subsystems/win32/win32k/stubs/stubs.c Sat Aug 25 23:24:20 2007
@@ -1363,8 +1363,7 @@
 HSURF STDCALL
 NtGdiEngCreateDeviceSurface( IN DHSURF Surface,
                              IN SIZEL Size,
-                             IN ULONG FormatVersion,
-                             IN DWORD UNKNOWN)
+                             IN ULONG FormatVersion)
 {
      UNIMPLEMENTED;
     return 0;
@@ -1377,8 +1376,7 @@
 NtGdiEngCreateDeviceBitmap(
     IN DHSURF dhsurf,
     IN SIZEL sizl,
-    IN ULONG iFormatCompat,
-    IN DWORD UNKNOWN)
+    IN ULONG iFormatCompat)
 {
      UNIMPLEMENTED;
     return NULL;
@@ -1408,8 +1406,7 @@
 		IN LONG Width,
 		IN ULONG Format,
 		IN ULONG Flags,
-		IN PVOID Bits,
-        IN DWORD UNKNOWN)
+		IN PVOID Bits)
 {
      UNIMPLEMENTED;
     return NULL;




More information about the Ros-diffs mailing list