Module: wine Branch: master Commit: f5973597274c3e74a40a30b6509cb6f5ad7e79d0 URL: http://source.winehq.org/git/wine.git/?a=commit;h=f5973597274c3e74a40a30b650...
Author: Henri Verbeet hverbeet@codeweavers.com Date: Sun Nov 20 20:27:12 2011 +0100
wined3d: Get rid of the WINED3DLIGHT typedef.
---
dlls/d3d8/device.c | 8 ++-- dlls/d3d9/device.c | 8 ++-- dlls/ddraw/device.c | 8 ++-- dlls/wined3d/device.c | 64 ++++++++++++++++++++------------------- dlls/wined3d/state.c | 50 ++++++++++++++++--------------- dlls/wined3d/wined3d_private.h | 4 +- include/wine/wined3d.h | 38 ++++++++++++----------- 7 files changed, 93 insertions(+), 87 deletions(-)
Diff: http://source.winehq.org/git/wine.git/?a=commitdiff;h=f5973597274c3e74a40a30...