diff --git a/README.md b/README.md index 8634cda6..9809c2fa 100644 --- a/README.md +++ b/README.md @@ -34,8 +34,9 @@ Wine. All those differences are also documented on the Included bug fixes and improvements ----------------------------------- -**Bug fixes and features included in the next upcoming release [2]:** +**Bug fixes and features included in the next upcoming release [3]:** +* Add implementation for IDXGIOutput::GetDesc ([Wine Bug #32006](https://bugs.winehq.org/show_bug.cgi?id=32006)) * Do not check if object was signaled after user APC in server_select * Show windows version when collecting system info in winedbg diff --git a/patches/dxgi-GetDesc/definition b/patches/dxgi-GetDesc/definition index 0abf2a55..da1f4fb9 100644 --- a/patches/dxgi-GetDesc/definition +++ b/patches/dxgi-GetDesc/definition @@ -1,3 +1,4 @@ Fixes: Implement IDXGIOutput::GetDesc Fixes: [31998] Avseq crashes when multisampling is enabled +Fixes: [32006] Add implementation for IDXGIOutput::GetDesc Category: stable diff --git a/patches/patchinstall.sh b/patches/patchinstall.sh index 603bc985..357a1827 100755 --- a/patches/patchinstall.sh +++ b/patches/patchinstall.sh @@ -2935,6 +2935,7 @@ fi # | # | This patchset fixes the following Wine bugs: # | * [#31998] Avseq crashes when multisampling is enabled +# | * [#32006] Add implementation for IDXGIOutput::GetDesc # | # | Modified files: # | * dlls/dxgi/output.c