No subject


Wed Feb 20 09:39:33 CST 2008


=0A=0A---=0A dlls/d3dx9_36/offscreen.c |   25 ++++++++++++++++++++++++-=0A =
1 files changed, 24 insertions(+), 1 deletions(-)=0A=0Adiff --git a/dlls/d3=
dx9_36/offscreen.c b/dlls/d3dx9_36/offscreen.c=0Aindex 95766c7..d6e4e92 100=
644=0A--- a/dlls/d3dx9_36/offscreen.c=0A+++ b/dlls/d3dx9_36/offscreen.c=0A@=
@ -86,10 +86,33 @@ static HRESULT WINAPI ID3DXRenderToSurfaceImpl_GetDevice=
(LPD3DXRENDERTOSURFACE i=0A     return D3D_OK;=0A }=0A =0A+  /*************=
***********************************************=0A+   *          ID3DXRende=
rToSurfaceImpl_GetDesc=0A+   *=0A+   * Fills a description structure with i=
nformation about the RTS object=0A+   *=0A+   * PARAMS=0A+   *   iface   [I=
]  RTS object=0A+   *   desc    [O]  returned description object=0A+   *=0A=
+   * RETURNS=0A+   *   Success: D3D_OK=0A+   *   Failure: D3DERR_INVALIDCA=
LL=0A+   *=0A+   */=0A static HRESULT WINAPI ID3DXRenderToSurfaceImpl_GetDe=
sc(LPD3DXRENDERTOSURFACE iface, D3DXRTS_DESC *desc)=0A {=0A     ID3DXRender=
ToSurfaceImpl *This=3D(ID3DXRenderToSurfaceImpl*)iface;=0A-    FIXME("(%p):=
 stub\n", This);=0A+    TRACE("(%p): relay\n", This);=0A+=0A+    if(desc=3D=
=3DNULL) return D3DERR_INVALIDCALL;=0A+=0A+    desc->Width=3DThis->desc.Wid=
th;=0A+    desc->Height=3DThis->desc.Height;=0A+    desc->Format=3DThis->de=
sc.Format;=0A+    desc->DepthStencil=3DThis->desc.DepthStencil;=0A+    desc=
->DepthStencilFormat=3DThis->desc.DepthStencilFormat;=0A+=0A     return D3D=
_OK;=0A }=0A =0A-- =0A1.5.3.7=0A=0A

--b9598f1184461b3513d2dac25349dba9f--



More information about the wine-patches mailing list