Module: wine Branch: master Commit: 8869c0f147f2b9bc38706559bca6f69d9d9f5554 URL: http://source.winehq.org/git/wine.git/?a=commit;h=8869c0f147f2b9bc38706559bc...
Author: Stefan Dösinger stefan@codeweavers.com Date: Tue Mar 18 19:26:00 2008 +0100
d3d: De-pointerize the WINED3DCAPS structure.
---
dlls/d3d8/d3d8_private.h | 108 ++++---- dlls/d3d8/device.c | 2 +- dlls/d3d8/directx.c | 2 +- dlls/d3d9/d3d9_private.h | 154 +++++----- dlls/d3d9/device.c | 2 +- dlls/d3d9/directx.c | 2 +- dlls/ddraw/direct3d.c | 147 +++------ dlls/wined3d/directx.c | 711 +++++++++++++++++++++--------------------- include/wine/wined3d_types.h | 186 ++++++------ 9 files changed, 626 insertions(+), 688 deletions(-)
Diff: http://source.winehq.org/git/wine.git/?a=commitdiff;h=8869c0f147f2b9bc387065...