Module: wine Branch: master Commit: 5c5216e609cfa81a40ad6d53f8316ff3f415f735 URL: http://source.winehq.org/git/wine.git/?a=commit;h=5c5216e609cfa81a40ad6d53f8...
Author: Henri Verbeet hverbeet@codeweavers.com Date: Tue Dec 6 22:57:47 2011 +0100
wined3d: Get rid of the WINED3DBOX typedef.
---
dlls/d3d8/cubetexture.c | 16 +++++----- dlls/d3d8/texture.c | 16 +++++----- dlls/d3d8/volume.c | 2 +- dlls/d3d8/volumetexture.c | 2 +- dlls/d3d9/cubetexture.c | 16 +++++----- dlls/d3d9/texture.c | 16 +++++----- dlls/d3d9/volume.c | 2 +- dlls/d3d9/volumetexture.c | 2 +- dlls/wined3d/surface.c | 26 ++++++++-------- dlls/wined3d/texture.c | 6 ++-- dlls/wined3d/volume.c | 62 ++++++++++++++++++++-------------------- dlls/wined3d/wined3d_private.h | 10 +++--- include/wine/wined3d.h | 22 +++++++------- 13 files changed, 99 insertions(+), 99 deletions(-)
Diff: http://source.winehq.org/git/wine.git/?a=commitdiff;h=5c5216e609cfa81a40ad6d...