Zhiyi Zhang : dxgi: Update swapchain containing output after Alt+Enter was used to exit fullscreen.

Alexandre Julliard julliard at winehq.org
Fri Oct 9 16:00:45 CDT 2020


Module: wine
Branch: master
Commit: 9288f310155a0eb5e1d8c56860332fcc4a075699
URL:    https://source.winehq.org/git/wine.git/?a=commit;h=9288f310155a0eb5e1d8c56860332fcc4a075699

Author: Zhiyi Zhang <zzhang at codeweavers.com>
Date:   Fri Oct  9 17:56:53 2020 +0800

dxgi: Update swapchain containing output after Alt+Enter was used to exit fullscreen.

Signed-off-by: Zhiyi Zhang <zzhang at codeweavers.com>
Signed-off-by: Henri Verbeet <hverbeet at codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard at winehq.org>

---

 dlls/d3d8/d3d8_private.h       |  1 +
 dlls/d3d8/swapchain.c          | 16 ++++++++++--
 dlls/d3d9/d3d9_private.h       |  1 +
 dlls/d3d9/swapchain.c          | 16 ++++++++++--
 dlls/ddraw/ddraw.c             | 16 ++++++++++--
 dlls/ddraw/ddraw_private.h     |  1 +
 dlls/dxgi/dxgi_private.h       |  1 +
 dlls/dxgi/swapchain.c          | 57 +++++++++++++++++++++++++++++++++++++++---
 dlls/dxgi/tests/dxgi.c         | 13 +++++-----
 dlls/wined3d/adapter_gl.c      |  9 ++++---
 dlls/wined3d/adapter_vk.c      | 10 +++++---
 dlls/wined3d/directx.c         | 10 +++++---
 dlls/wined3d/swapchain.c       | 52 +++++++++++++++++++++++++-------------
 dlls/wined3d/wined3d.spec      |  4 +--
 dlls/wined3d/wined3d_private.h | 16 ++++++++----
 include/wine/wined3d.h         | 20 ++++++++++++---
 16 files changed, 187 insertions(+), 56 deletions(-)

Diff:   https://source.winehq.org/git/wine.git/?a=commitdiff;h=9288f310155a0eb5e1d8c56860332fcc4a075699



More information about the wine-cvs mailing list