Author: greatlrd
Date: Sat Aug 25 01:57:50 2007
New Revision: 28530
URL:
http://svn.reactos.org/svn/reactos?rev=28530&view=rev
Log:
add stub for NtGdiEngDeleteSurface, NtGdiEngEraseSurface, NtGdiEngStrokeAndFillPath,
NtGdiEngDeletePath
Modified:
trunk/reactos/subsystems/win32/win32k/stubs/stubs.c
trunk/reactos/subsystems/win32/win32k/w32ksvc.db
Modified: trunk/reactos/subsystems/win32/win32k/stubs/stubs.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/subsystems/win32/win32k/st…
==============================================================================
--- trunk/reactos/subsystems/win32/win32k/stubs/stubs.c (original)
+++ trunk/reactos/subsystems/win32/win32k/stubs/stubs.c Sat Aug 25 01:57:50 2007
@@ -1491,3 +1491,54 @@
UNIMPLEMENTED;
return FALSE;
}
+
+/*
+ * @unimplemented
+ */
+BOOL STDCALL
+NtGdiEngStrokeAndFillPath(SURFOBJ *pso,
+ PATHOBJ *ppo,
+ CLIPOBJ *pco,
+ XFORMOBJ *pxo,
+ BRUSHOBJ *pboStroke,
+ LINEATTRS *plineattrs,
+ BRUSHOBJ *pboFill,
+ POINTL *pptlBrushOrg,
+ MIX mixFill,
+ FLONG flOptions)
+{
+ UNIMPLEMENTED;
+ return FALSE;
+}
+
+/*
+ * @unimplemented
+ */
+VOID STDCALL
+NtGdiEngDeletePath(PATHOBJ *ppo)
+{
+ UNIMPLEMENTED;
+}
+
+/*
+ * @unimplemented
+ */
+BOOL STDCALL
+NtGdiEngDeleteSurface(IN HSURF Surface)
+{
+ UNIMPLEMENTED;
+ return FALSE;
+}
+
+/*
+ * @unimplemented
+ */
+BOOL STDCALL
+NtGdiEngEraseSurface(SURFOBJ *Surface,
+ RECTL *Rect,
+ ULONG iColor)
+{
+ UNIMPLEMENTED;
+ return FALSE;
+}
+
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 Sat Aug 25 01:57:50 2007
@@ -613,8 +613,8 @@
# NtGdiEngComputeGlyphSet 3
NtGdiEngCopyBits 6
NtGdiEngDeletePalette 1
-# NtGdiEngDeleteSurface 1
-# NtGdiEngEraseSurface 3
+NtGdiEngDeleteSurface 1
+NtGdiEngEraseSurface 3
# NtGdiEngUnlockSurface 1
NtGdiEngLockSurface 1
NtGdiEngBitBlt 11
@@ -623,7 +623,7 @@
# NtGdiEngMarkBandingSurface 1
NtGdiEngStrokePath 8
# NtGdiEngFillPath 7
-# NtGdiEngStrokeAndFillPath 10
+NtGdiEngStrokeAndFillPath 10
# NtGdiEngPaint 5
# NtGdiEngLineTo 9
NtGdiEngAlphaBlend 7
@@ -637,7 +637,7 @@
NtGdiCLIPOBJ_bEnum 3
NtGdiCLIPOBJ_cEnumStart 5
NtGdiCLIPOBJ_ppoGetPath 1
-# NtGdiEngDeletePath 1
+NtGdiEngDeletePath 1
NtGdiEngCreateClip 0
NtGdiEngDeleteClip 1
NtGdiBRUSHOBJ_ulGetBrushColor 1