Module: wine Branch: master Commit: 5fd9344362d43d13ee3131fa5619f25d57dd5f03 URL: http://source.winehq.org/git/wine.git/?a=commit;h=5fd9344362d43d13ee3131fa56... Author: Michael Müller <michael(a)fds-team.de> Date: Mon Jan 16 15:07:15 2017 +0100 wined3d: Do not set DDCAPS_ALIGNBOUNDARYSRC caps for ddraw. Signed-off-by: Michael Müller <michael(a)fds-team.de> Signed-off-by: Sebastian Lackner <sebastian(a)fds-team.de> Signed-off-by: Henri Verbeet <hverbeet(a)codeweavers.com> Signed-off-by: Alexandre Julliard <julliard(a)winehq.org> --- dlls/wined3d/directx.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/dlls/wined3d/directx.c b/dlls/wined3d/directx.c index 3783d49..22e0fee 100644 --- a/dlls/wined3d/directx.c +++ b/dlls/wined3d/directx.c @@ -5806,8 +5806,7 @@ HRESULT CDECL wined3d_get_device_caps(const struct wined3d *wined3d, UINT adapte WINEDDCAPS_CANCLIP | WINEDDCAPS_CANCLIPSTRETCHED | WINEDDCAPS_COLORKEY | - WINEDDCAPS_COLORKEYHWASSIST | - WINEDDCAPS_ALIGNBOUNDARYSRC; + WINEDDCAPS_COLORKEYHWASSIST; /* Fill the ddraw caps structure */ caps->ddraw_caps.caps = WINEDDCAPS_GDI |