[d3d9] Remove faulty comment from CreateOffscreenPlainSurface

Tobias Jakobi liquid.acid at gmx.net
Wed Jul 2 18:34:16 CDT 2008


---
 dlls/d3d9/device.c |    3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)

diff --git a/dlls/d3d9/device.c b/dlls/d3d9/device.c
index d69149d..7376525 100644
--- a/dlls/d3d9/device.c
+++ b/dlls/d3d9/device.c
@@ -660,8 +660,7 @@ static HRESULT  WINAPI  IDirect3DDevice9Impl_CreateOffscreenPlainSurface(LPDIREC
         FIXME("Attempting to create a managed offscreen plain surface\n");
         return D3DERR_INVALIDCALL;
     }    
-        /*MSDN: D3DPOOL_SCRATCH will return a surface that has identical characteristics to a surface created by the Microsoft DirectX 8.x method CreateImageSurface.
-        
+        /*
         'Off-screen plain surfaces are always lockable, regardless of their pool types.'
         but then...
         D3DPOOL_DEFAULT is the appropriate pool for use with the IDirect3DDevice9::StretchRect and IDirect3DDevice9::ColorFill.
-- 
1.5.4.5


--------------000801080404070904080200--



More information about the wine-patches mailing list