No subject


Wed Feb 20 09:39:33 CST 2008


e=0A=0A---=0A dlls/d3dx9_36/offscreen.c |   22 +++++++++++++++++++++-=0A 1 =
files changed, 21 insertions(+), 1 deletions(-)=0A=0Adiff --git a/dlls/d3dx=
9_36/offscreen.c b/dlls/d3dx9_36/offscreen.c=0Aindex b192eb0..95766c7 10064=
4=0A--- a/dlls/d3dx9_36/offscreen.c=0A+++ b/dlls/d3dx9_36/offscreen.c=0A@@ =
-59,10 +59,30 @@ static ULONG WINAPI ID3DXRenderToSurfaceImpl_Release(LPD3D=
XRENDERTOSURFACE iface=0A     return ref;=0A }=0A =0A+  /******************=
******************************************=0A+   *          ID3DXRenderToSu=
rfaceImpl_GetDevice=0A+   *=0A+   * Returns the device object the RTS was c=
reated with and=0A+   * increase its refcount by one.=0A+   *=0A+   * PARAM=
S=0A+   *   iface   [I]  RTS object=0A+   *   device  [O]  returned device =
object=0A+   *=0A+   * RETURNS=0A+   *   Success: D3D_OK=0A+   *   Failure:=
 D3DERR_INVALIDCALL=0A+   *=0A+   */=0A static HRESULT WINAPI ID3DXRenderTo=
SurfaceImpl_GetDevice(LPD3DXRENDERTOSURFACE iface, LPDIRECT3DDEVICE9 *devic=
e)=0A {=0A     ID3DXRenderToSurfaceImpl *This=3D(ID3DXRenderToSurfaceImpl*)=
iface;=0A-    FIXME("(%p): stub\n", This);=0A+    TRACE("(%p): relay\n", Th=
is);=0A+=0A+    if(device=3D=3DNULL) return D3DERR_INVALIDCALL;=0A+    *dev=
ice=3DThis->device;=0A+    IDirect3DDevice9_AddRef(This->device);=0A+=0A   =
  return D3D_OK;=0A }=0A =0A-- =0A1.5.3.7=0A=0A

--b14fad04b809d070e0d1bf102785a649c--



More information about the wine-patches mailing list