Module: wine Branch: master Commit: fb0fbc4b85ce7cf79ac7436743f403df51c465f4 URL: http://source.winehq.org/git/wine.git/?a=commit;h=fb0fbc4b85ce7cf79ac7436743...
Author: Tobias Jakobi liquid.acid@gmx.net Date: Thu Jul 3 01:34:16 2008 +0200
d3d9: Remove faulty comment from CreateOffscreenPlainSurface.
---
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.