Module: wine Branch: master Commit: c5b9bdc75a4fc5fe6f19e3fd82f2913dd7128890 URL: http://source.winehq.org/git/wine.git/?a=commit;h=c5b9bdc75a4fc5fe6f19e3fd82...
Author: Thomas Faber thomas.faber@reactos.org Date: Wed Sep 24 13:01:59 2014 +0200
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 |