Module: wine Branch: master Commit: 08545dc739026c9dbb7ccd6045301a19ec413976 URL: http://source.winehq.org/git/wine.git/?a=commit;h=08545dc739026c9dbb7ccd6045...
Author: Henri Verbeet hverbeet@codeweavers.com Date: Sun Jan 8 21:14:59 2012 +0100
wined3d: Get rid of the WINED3DSAMPLERSTATETYPE typedef.
---
dlls/d3d8/device.c | 20 +++++++------- dlls/ddraw/device.c | 44 ++++++++++++++++---------------- dlls/wined3d/device.c | 18 ++++++------ dlls/wined3d/state.c | 4 +- dlls/wined3d/stateblock.c | 52 +++++++++++++++++++------------------- dlls/wined3d/texture.c | 54 ++++++++++++++++++++-------------------- dlls/wined3d/utils.c | 28 ++++++++++---------- dlls/wined3d/wined3d_private.h | 2 +- include/wine/wined3d.h | 39 ++++++++++++++-------------- 9 files changed, 130 insertions(+), 131 deletions(-)
Diff: http://source.winehq.org/git/wine.git/?a=commitdiff;h=08545dc739026c9dbb7ccd...