Module: wine Branch: master Commit: be8917cd914b2d10972da945d21d3092996d5817 URL: http://source.winehq.org/git/wine.git/?a=commit;h=be8917cd914b2d10972da945d2...
Author: Henri Verbeet hverbeet@codeweavers.com Date: Mon Nov 21 18:48:40 2011 +0100
wined3d: Get rid of the WINED3DVIEWPORT typedef.
---
dlls/d3d8/device.c | 8 +++--- dlls/d3d9/device.c | 8 +++--- dlls/ddraw/device.c | 8 +++--- dlls/wined3d/device.c | 42 ++++++++++++++++++++-------------------- dlls/wined3d/state.c | 34 ++++++++++++++++---------------- dlls/wined3d/stateblock.c | 12 +++++----- dlls/wined3d/utils.c | 4 +- dlls/wined3d/wined3d_private.h | 6 ++-- include/wine/wined3d.h | 20 +++++++++--------- 9 files changed, 71 insertions(+), 71 deletions(-)
Diff: http://source.winehq.org/git/wine.git/?a=commitdiff;h=be8917cd914b2d10972da9...