Module: wine Branch: master Commit: ce912d5149d6e0b0cb7903400f82e6b54fcffbdc URL: http://source.winehq.org/git/wine.git/?a=commit;h=ce912d5149d6e0b0cb7903400f... Author: Henri Verbeet <hverbeet(a)codeweavers.com> Date: Thu Jan 17 10:24:27 2013 +0100 wined3d: Get rid of the surface_type parameter to wined3d_surface_create(). --- dlls/d3d10core/device.c | 3 +- dlls/d3d8/surface.c | 2 +- dlls/d3d9/surface.c | 2 +- dlls/ddraw/ddraw.c | 6 ++-- dlls/ddraw/surface.c | 2 +- dlls/wined3d/device.c | 2 +- dlls/wined3d/surface.c | 45 +++++++++++---------------------------- dlls/wined3d/wined3d.spec | 2 +- dlls/wined3d/wined3d_private.h | 1 - include/wine/wined3d.h | 5 +-- 10 files changed, 24 insertions(+), 46 deletions(-) Diff: http://source.winehq.org/git/wine.git/?a=commitdiff;h=ce912d5149d6e0b0cb7903...