mirror of
https://gitlab.winehq.org/wine/wine-staging.git
synced 2024-09-13 09:17:20 -07:00
dxgi-GetDesc: Add additional upstream reference.
This commit is contained in:
parent
317fa9382c
commit
d1801f5a5e
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user