Stefan Dösinger : wined3d: Silence the offscreen surface creation fixme.

Alexandre Julliard julliard at wine.codeweavers.com
Thu May 25 04:15:54 CDT 2006


Module: wine
Branch: refs/heads/master
Commit: e18c89b3f49e28dca0a6fc89072248c291c5c7b6
URL:    http://source.winehq.org/git/?p=wine.git;a=commit;h=e18c89b3f49e28dca0a6fc89072248c291c5c7b6

Author: Stefan Dösinger <stefan at codeweavers.com>
Date:   Wed May 24 17:33:34 2006 +0200

wined3d: Silence the offscreen surface creation fixme.

---

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

diff --git a/dlls/wined3d/device.c b/dlls/wined3d/device.c
index efa6836..c473de7 100644
--- a/dlls/wined3d/device.c
+++ b/dlls/wined3d/device.c
@@ -736,7 +736,7 @@ HRESULT  WINAPI IWineD3DDeviceImpl_Creat
     case WINED3DPOOL_DEFAULT: /*TODO: Create offscreen plain can cause this check to fail..., find out if it should */
         if(!(Usage & WINED3DUSAGE_DYNAMIC) && !(Usage & WINED3DUSAGE_RENDERTARGET)
            && !(Usage && WINED3DUSAGE_DEPTHSTENCIL ) && Lockable)
-            FIXME("Creating a surface with a POOL of DEFAULT with Locable true, that doesn't specify DYNAMIC usage.\n");
+            WARN("Creating a surface with a POOL of DEFAULT with Lockable true, that doesn't specify DYNAMIC usage.\n");
     break;
     default:
         FIXME("(%p) Unknown pool %d\n", This, Pool);




More information about the wine-cvs mailing list