=?UTF-8?Q?J=C3=B3zef=20Kucia=20?=: d3d9: Make warning message in d3d9_device_StretchRect() more accurate.

Alexandre Julliard julliard at winehq.org
Tue Feb 27 17:29:34 CST 2018


Module: wine
Branch: master
Commit: 1c5c550713f5081532475792930276d2469a9a47
URL:    https://source.winehq.org/git/wine.git/?a=commit;h=1c5c550713f5081532475792930276d2469a9a47

Author: Józef Kucia <jkucia at codeweavers.com>
Date:   Tue Feb 27 10:17:34 2018 +0100

d3d9: Make warning message in d3d9_device_StretchRect() more accurate.

Signed-off-by: Józef Kucia <jkucia at codeweavers.com>
Signed-off-by: Henri Verbeet <hverbeet at codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard at winehq.org>

---

 dlls/d3d9/device.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dlls/d3d9/device.c b/dlls/d3d9/device.c
index e8798a7..aac0961 100644
--- a/dlls/d3d9/device.c
+++ b/dlls/d3d9/device.c
@@ -1625,7 +1625,7 @@ static HRESULT WINAPI d3d9_device_StretchRect(IDirect3DDevice9Ex *iface, IDirect
 
     if (dst->texture && !(dst_desc.usage & (WINED3DUSAGE_RENDERTARGET | WINED3DUSAGE_DEPTHSTENCIL)))
     {
-        WARN("Destination is a texture.\n");
+        WARN("Destination is a regular texture.\n");
         goto done;
     }
 




More information about the wine-cvs mailing list