Module: wine Branch: master Commit: 2c8834dffdc5325e7e5be72e7ba750a8c014664e URL: http://source.winehq.org/git/wine.git/?a=commit;h=2c8834dffdc5325e7e5be72e7b...
Author: Henri Verbeet hverbeet@codeweavers.com Date: Wed Jun 27 19:02:28 2012 +0200
d3d9: Implement d3d9_GetAdapterDisplayModeEx().
---
dlls/d3d8/directx.c | 2 +- dlls/d3d9/directx.c | 27 ++++++++++++++++++++++++--- dlls/d3d9/tests/d3d9ex.c | 42 ++++++++++++++++++++++++------------------ dlls/ddraw/ddraw.c | 14 +++++++------- dlls/ddraw/device.c | 4 ++-- dlls/wined3d/device.c | 2 +- dlls/wined3d/directx.c | 30 +++++++++++++++++++++++++++--- dlls/wined3d/swapchain.c | 5 +++-- include/wine/wined3d.h | 11 ++++++++++- 9 files changed, 99 insertions(+), 38 deletions(-)
Diff: http://source.winehq.org/git/wine.git/?a=commitdiff;h=2c8834dffdc5325e7e5be7...