Module: wine Branch: master Commit: 147f24dd7865d8942e3f16ca8acf5dd8f7b7f89f URL: http://source.winehq.org/git/wine.git/?a=commit;h=147f24dd7865d8942e3f16ca8a...
Author: Henri Verbeet hverbeet@codeweavers.com Date: Wed Jul 21 18:48:21 2010 +0200
wined3d: Remove ModifyLocation() from the public wined3d surface interface.
---
dlls/wined3d/arb_program_shader.c | 2 +- dlls/wined3d/context.c | 2 +- dlls/wined3d/cubetexture.c | 2 +- dlls/wined3d/device.c | 10 ++-- dlls/wined3d/drawprim.c | 8 ++-- dlls/wined3d/surface.c | 99 +++++++++++++++++++++---------------- dlls/wined3d/surface_gdi.c | 11 ---- dlls/wined3d/swapchain.c | 18 ++++--- dlls/wined3d/texture.c | 2 +- dlls/wined3d/wined3d_private.h | 1 + include/wine/wined3d.idl | 4 -- 11 files changed, 81 insertions(+), 78 deletions(-)
Diff: http://source.winehq.org/git/wine.git/?a=commitdiff;h=147f24dd7865d8942e3f16...