wined3d: Use correct FXCAPS constant in wined3d_get_device_caps.

Thomas Faber thomas.faber at reactos.org
Wed Sep 24 06:06:08 CDT 2014


Copy-paste error.
-------------- next part --------------
From a78ed5592c24fd7f7fe3df62bc20552ad43ff190 Mon Sep 17 00:00:00 2001
From: Thomas Faber <thomas.faber at reactos.org>
Date: Wed, 24 Sep 2014 13:01:59 +0200
Subject: wined3d: Use correct FXCAPS constant in wined3d_get_device_caps.

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

diff --git a/dlls/wined3d/directx.c b/dlls/wined3d/directx.c
index 5d84533..43f4cdd 100644
--- a/dlls/wined3d/directx.c
+++ b/dlls/wined3d/directx.c
@@ -4602,7 +4602,7 @@ HRESULT CDECL wined3d_get_device_caps(const struct wined3d *wined3d, UINT adapte
                                         WINEDDFXCAPS_BLTSHRINKX             |
                                         WINEDDFXCAPS_BLTSHRINKXN            |
                                         WINEDDFXCAPS_BLTSHRINKY             |
-                                        WINEDDFXCAPS_BLTSHRINKXN            |
+                                        WINEDDFXCAPS_BLTSHRINKYN            |
                                         WINEDDFXCAPS_BLTSTRETCHX            |
                                         WINEDDFXCAPS_BLTSTRETCHXN           |
                                         WINEDDFXCAPS_BLTSTRETCHY            |
-- 
1.9.0.msysgit.0



More information about the wine-patches mailing list