Module: wine Branch: master Commit: 9d7221b51d8e365020915fa8eb3501220e24a61b URL: http://source.winehq.org/git/wine.git/?a=commit;h=9d7221b51d8e365020915fa8eb... Author: Henri Verbeet <hverbeet(a)codeweavers.com> Date: Mon Feb 15 18:18:03 2016 +0100 wined3d: Replace WINEDDBLTFX with a new structure that only includes the used fields. It's a happy coincidence that none of the surface pointers are actually used. Signed-off-by: Henri Verbeet <hverbeet(a)codeweavers.com> Signed-off-by: Alexandre Julliard <julliard(a)winehq.org> --- dlls/ddraw/surface.c | 91 ++++++++++++++++++++++------------------ dlls/wined3d/surface.c | 95 ++++++++++++++++-------------------------- dlls/wined3d/texture.c | 2 +- dlls/wined3d/wined3d_private.h | 2 +- include/wine/wined3d.h | 57 ++++--------------------- 5 files changed, 97 insertions(+), 150 deletions(-) Diff: http://source.winehq.org/git/wine.git/?a=commitdiff;h=9d7221b51d8e365020915f...