Module: wine Branch: master Commit: a4bc52a89c0121be093948e5604b2f07af8c9965 URL: http://source.winehq.org/git/wine.git/?a=commit;h=a4bc52a89c0121be093948e560...
Author: H. Verbeet hverbeet@gmail.com Date: Thu Feb 15 22:36:50 2007 +0100
wined3d: Fix WINED3DPRESENT_PARAMETERS and use it instead of D3DPRESENT_PARAMETERS.
---
dlls/d3d8/device.c | 96 +++++++++++++++++-------- dlls/d3d8/directx.c | 114 ++++++++++++++++-------------- dlls/d3d9/device.c | 52 +++++++++---- dlls/d3d9/directx.c | 113 +++++++++++++++++------------- dlls/d3d9/swapchain.c | 79 +++++++++++++-------- dlls/ddraw/ddraw.c | 65 +++++------------ dlls/wined3d/device.c | 153 ++++++++++++++++++---------------------- dlls/wined3d/swapchain.c | 16 +---- dlls/wined3d/wined3d_private.h | 2 +- include/wine/wined3d_types.h | 28 ++++---- 10 files changed, 383 insertions(+), 335 deletions(-)
Diff: http://source.winehq.org/git/wine.git/?a=commitdiff;h=a4bc52a89c0121be093948...