Module: wine Branch: master Commit: 543605ca9d43f9aa394a5c2f859805d0a61ea74f URL: https://source.winehq.org/git/wine.git/?a=commit;h=543605ca9d43f9aa394a5c2f8...
Author: Henri Verbeet hverbeet@codeweavers.com Date: Wed Oct 31 13:19:48 2018 +0330
wined3d: Pass correct bind flags to swapchain creation functions.
Signed-off-by: Henri Verbeet hverbeet@codeweavers.com Signed-off-by: Alexandre Julliard julliard@winehq.org
---
dlls/d3d8/device.c | 2 +- dlls/d3d9/device.c | 2 +- dlls/ddraw/ddraw.c | 2 +- dlls/dxgi/device.c | 12 ++++++------ dlls/dxgi/dxgi_private.h | 4 ++-- dlls/dxgi/swapchain.c | 6 +++--- dlls/dxgi/utils.c | 22 +++++++++++----------- dlls/wined3d/device.c | 8 ++++---- dlls/wined3d/swapchain.c | 12 ++++++------ include/wine/wined3d.h | 2 +- 10 files changed, 36 insertions(+), 36 deletions(-)
Diff: https://source.winehq.org/git/wine.git/?a=commitdiff;h=543605ca9d43f9aa394a5...