Module: wine Branch: master Commit: bee9adbd05b083d628d5c1030db1c1ea244eb095 URL: http://source.winehq.org/git/wine.git/?a=commit;h=bee9adbd05b083d628d5c1030d...
Author: Henri Verbeet hverbeet@codeweavers.com Date: Wed Jan 18 21:46:22 2012 +0100
wined3d: Get rid of the WINED3DDECLUSAGE typedef.
---
dlls/d3d8/vertexdeclaration.c | 37 ++++++++------- dlls/wined3d/arb_program_shader.c | 35 ++++++++------- dlls/wined3d/device.c | 20 ++++---- dlls/wined3d/glsl_shader.c | 18 ++++---- dlls/wined3d/shader.c | 91 +++++++++++++++++++----------------- dlls/wined3d/utils.c | 34 +++++++------- dlls/wined3d/vertexdeclaration.c | 59 +++++++++++++----------- dlls/wined3d/wined3d_private.h | 8 ++-- include/wine/wined3d.h | 34 +++++++------- 9 files changed, 176 insertions(+), 160 deletions(-)
Diff: http://source.winehq.org/git/wine.git/?a=commitdiff;h=bee9adbd05b083d628d5c1...