Module: wine Branch: master Commit: 94c9b0b4fcad2399289642709aef5f0facee190f URL: http://source.winehq.org/git/wine.git/?a=commit;h=94c9b0b4fcad2399289642709a...
Author: Henri Verbeet hverbeet@codeweavers.com Date: Fri Dec 2 08:15:52 2011 +0100
wined3d: Get rid of the WINED3DPRESENT_PARAMETERS typedef.
---
dlls/d3d10core/device.c | 6 +- dlls/d3d8/device.c | 154 +++++++++++++++--------------- dlls/d3d8/swapchain.c | 60 ++++++------ dlls/d3d9/device.c | 171 +++++++++++++++++---------------- dlls/d3d9/swapchain.c | 98 ++++++++++--------- dlls/ddraw/ddraw.c | 46 +++++----- dlls/dxgi/device.c | 8 +- dlls/dxgi/dxgi_private.h | 2 +- dlls/dxgi/factory.c | 41 ++++---- dlls/dxgi/swapchain.c | 4 +- dlls/wined3d/context.c | 4 +- dlls/wined3d/device.c | 207 +++++++++++++++++++++------------------- dlls/wined3d/stateblock.c | 4 +- dlls/wined3d/surface.c | 10 +- dlls/wined3d/swapchain.c | 144 ++++++++++++++-------------- dlls/wined3d/wined3d.spec | 2 +- dlls/wined3d/wined3d_private.h | 2 +- include/wine/wined3d.h | 50 +++++----- include/wine/winedxgi.idl | 2 +- 19 files changed, 511 insertions(+), 504 deletions(-)
Diff: http://source.winehq.org/git/wine.git/?a=commitdiff;h=94c9b0b4fcad2399289642...