Module: wine Branch: master Commit: 88162fabb8ff5ef8d013ddc94df113f18975861e URL: http://source.winehq.org/git/wine.git/?a=commit;h=88162fabb8ff5ef8d013ddc94d...
Author: Henri Verbeet hverbeet@codeweavers.com Date: Mon Jun 15 09:06:50 2009 +0200
wined3d: Get rid of the pointers in WINED3DSURFACE_DESC.
---
dlls/d3d8/cubetexture.c | 23 +++++++++++------------ dlls/d3d8/device.c | 16 +++++++--------- dlls/d3d8/surface.c | 23 +++++++++++------------ dlls/d3d8/texture.c | 23 +++++++++++------------ dlls/d3d9/cubetexture.c | 27 ++++++++++++--------------- dlls/d3d9/device.c | 25 ++++++------------------- dlls/d3d9/surface.c | 27 ++++++++++++--------------- dlls/d3d9/texture.c | 30 +++++++++++++----------------- dlls/ddraw/ddraw.c | 43 +++++++++++++------------------------------ dlls/ddraw/device.c | 13 +++---------- dlls/wined3d/device.c | 20 +++++++++----------- dlls/wined3d/stateblock.c | 22 +++++++++------------- dlls/wined3d/surface_base.c | 20 +++++++++++--------- include/wine/wined3d.idl | 18 +++++++++--------- 14 files changed, 137 insertions(+), 193 deletions(-)
Diff: http://source.winehq.org/git/wine.git/?a=commitdiff;h=88162fabb8ff5ef8d013dd...