Module: wine Branch: master Commit: ec42ed4e1815d96a92a66197b872c97a7182a233 URL: https://source.winehq.org/git/wine.git/?a=commit;h=ec42ed4e1815d96a92a66197b... Author: Józef Kucia <jkucia(a)codeweavers.com> Date: Wed Jun 13 12:23:59 2018 +0200 wined3d: Get rid of WINED3DCAPS typedef. Signed-off-by: Józef Kucia <jkucia(a)codeweavers.com> Signed-off-by: Henri Verbeet <hverbeet(a)codeweavers.com> Signed-off-by: Alexandre Julliard <julliard(a)winehq.org> --- dlls/d3d11/device.c | 2 +- dlls/d3d8/d3d8_private.h | 2 +- dlls/d3d8/device.c | 4 ++-- dlls/d3d8/directx.c | 2 +- dlls/d3d9/d3d9_private.h | 2 +- dlls/d3d9/device.c | 6 +++--- dlls/d3d9/directx.c | 2 +- dlls/ddraw/ddraw.c | 8 ++++---- dlls/dxgi/utils.c | 2 +- dlls/wined3d/device.c | 2 +- dlls/wined3d/directx.c | 2 +- include/wine/wined3d.h | 8 ++++---- 12 files changed, 21 insertions(+), 21 deletions(-) Diff: https://source.winehq.org/git/wine.git/?a=commitdiff;h=ec42ed4e1815d96a92a66...