[D3D] Improved IDirect3DViewportImpl_3_2_1_TransformVertices stub

Christian Costa titan.costa at wanadoo.fr
Mon Aug 2 12:30:52 CDT 2004


Hi,

X Beyond the frontier now displays something.

Bye,

Changelog:
Improved IDirect3DViewportImpl_3_2_1_TransformVertices stub.

Christian Costa   titan.costa at wanadoo.fr

-------------- next part --------------
Index: d3dviewport.c
===================================================================
RCS file: /home/wine/wine/dlls/ddraw/d3dviewport.c,v
retrieving revision 1.23
diff -u -r1.23 d3dviewport.c
--- d3dviewport.c	14 Oct 2003 01:16:42 -0000	1.23
+++ d3dviewport.c	2 Aug 2004 16:26:43 -0000
@@ -217,6 +217,8 @@
 {
     ICOM_THIS_FROM(IDirect3DViewportImpl, IDirect3DViewport3, iface);
     FIXME("(%p/%p)->(%08lx,%p,%08lx,%p): stub!\n", This, iface, dwVertexCount, lpData, dwFlags, lpOffScreen);
+    if (lpOffScreen)
+	*lpOffScreen = 0;
     return DD_OK;
 }
 


More information about the wine-patches mailing list