Module: wine Branch: master Commit: 8cef8b358760b17de780f0093f653c0c7e6afebc URL: http://source.winehq.org/git/wine.git/?a=commit;h=8cef8b358760b17de780f0093f...
Author: Henri Verbeet hverbeet@codeweavers.com Date: Thu Apr 12 22:49:04 2012 +0200
wined3d: Unify the wined3d_mapped_rect and wined3d_mapped_box structures.
---
dlls/d3d10core/texture.c | 2 +- dlls/d3d8/surface.c | 27 +++++++++++++++++---------- dlls/d3d8/volume.c | 12 ++++++++---- dlls/d3d9/surface.c | 11 ++++++++--- dlls/d3d9/volume.c | 12 ++++++++---- dlls/ddraw/surface.c | 16 ++++++++-------- dlls/wined3d/device.c | 20 +++++++++----------- dlls/wined3d/surface.c | 29 +++++++++++++++-------------- dlls/wined3d/volume.c | 20 ++++++++++---------- include/wine/wined3d.h | 12 +++--------- 10 files changed, 87 insertions(+), 74 deletions(-)
Diff: http://source.winehq.org/git/wine.git/?a=commitdiff;h=8cef8b358760b17de780f0...