Module: wine Branch: master Commit: 81459fb8a2ddedcab68683991611e463c4fee516 URL: https://source.winehq.org/git/wine.git/?a=commit;h=81459fb8a2ddedcab68683991...
Author: Józef Kucia jkucia@codeweavers.com Date: Thu Mar 22 08:48:32 2018 +0100
wined3d: Remove swap interval from swapchain description.
Signed-off-by: Józef Kucia jkucia@codeweavers.com Signed-off-by: Henri Verbeet hverbeet@codeweavers.com Signed-off-by: Alexandre Julliard julliard@winehq.org
---
dlls/d3d8/d3d8_private.h | 2 +- dlls/d3d8/device.c | 48 ++++++++++++----------------------------- dlls/d3d8/swapchain.c | 8 +++---- dlls/d3d9/d3d9_private.h | 4 ++-- dlls/d3d9/device.c | 49 ++++++++++++------------------------------ dlls/d3d9/swapchain.c | 33 +++++++++++++++++++++++----- dlls/dxgi/factory.c | 1 - dlls/wined3d/cs.c | 7 ++---- dlls/wined3d/device.c | 3 --- dlls/wined3d/surface.c | 4 ++-- dlls/wined3d/swapchain.c | 15 +++++-------- dlls/wined3d/wined3d_private.h | 4 +++- include/wine/wined3d.h | 9 ++++---- 13 files changed, 79 insertions(+), 108 deletions(-)
Diff: https://source.winehq.org/git/wine.git/?a=commitdiff;h=81459fb8a2ddedcab6868...