Module: wine Branch: master Commit: f38e94af7cc22941876634bb05925801690c5235 URL: http://source.winehq.org/git/wine.git/?a=commit;h=f38e94af7cc22941876634bb05...
Author: Henri Verbeet hverbeet@codeweavers.com Date: Wed Jan 11 21:27:32 2012 +0100
wined3d: Get rid of the WINED3DTRANSFORMSTATETYPE typedef.
---
dlls/ddraw/device.c | 69 ++++-- dlls/ddraw/executebuffer.c | 2 +- dlls/ddraw/viewport.c | 4 +- dlls/wined3d/context.c | 8 +- dlls/wined3d/device.c | 16 +- dlls/wined3d/state.c | 611 ++++++++++++++++++++-------------------- dlls/wined3d/stateblock.c | 10 +- dlls/wined3d/utils.c | 37 ++-- dlls/wined3d/wined3d_private.h | 8 +- include/wine/wined3d.h | 45 ++-- 10 files changed, 419 insertions(+), 391 deletions(-)
Diff: http://source.winehq.org/git/wine.git/?a=commitdiff;h=f38e94af7cc22941876634...