mirror of
https://gitlab.winehq.org/wine/wine-staging.git
synced 2025-01-28 22:04:43 -08:00
d3d8-D3DSWAPEFFECT_COPY_VSYNC: Add a better upstream bug report as reference.
This commit is contained in:
parent
447235f1dc
commit
5f353ac80e
@ -45,7 +45,7 @@ Included bug fixes and improvements
|
||||
* Codepage conversion should fail when destination length is < 0
|
||||
* Do not trust width/height passed to edit control in WM_SIZE message ([Wine Bug #37542](https://bugs.winehq.org/show_bug.cgi?id=37542))
|
||||
* Fix calculation of listbox size when horizontal scrollbar is present ([Wine Bug #38142](https://bugs.winehq.org/show_bug.cgi?id=38142))
|
||||
* Implement semi-stub for d3d8 swapchain effect D3DSWAPEFFECT_COPY_VSYNC ([Wine Bug #37587](https://bugs.winehq.org/show_bug.cgi?id=37587))
|
||||
* Implement semi-stub for d3d8 swapchain effect D3DSWAPEFFECT_COPY_VSYNC ([Wine Bug #39281](https://bugs.winehq.org/show_bug.cgi?id=39281))
|
||||
* Reduce stack usage of virtual memory functions ([Wine Bug #34558](https://bugs.winehq.org/show_bug.cgi?id=34558))
|
||||
* Refresh MDI menus when DefMDIChildProc(WM_SETTEXT) is called ([Wine Bug #21855](https://bugs.winehq.org/show_bug.cgi?id=21855))
|
||||
* Return STATUS_INVALID_DEVICE_REQUEST when trying to call NtReadFile on directory
|
||||
|
@ -1 +1 @@
|
||||
Fixes: [37587] Implement semi-stub for d3d8 swapchain effect D3DSWAPEFFECT_COPY_VSYNC
|
||||
Fixes: [39281] Implement semi-stub for d3d8 swapchain effect D3DSWAPEFFECT_COPY_VSYNC
|
||||
|
@ -2418,7 +2418,7 @@ fi
|
||||
# Patchset d3d8-D3DSWAPEFFECT_COPY_VSYNC
|
||||
# |
|
||||
# | This patchset fixes the following Wine bugs:
|
||||
# | * [#37587] Implement semi-stub for d3d8 swapchain effect D3DSWAPEFFECT_COPY_VSYNC
|
||||
# | * [#39281] Implement semi-stub for d3d8 swapchain effect D3DSWAPEFFECT_COPY_VSYNC
|
||||
# |
|
||||
# | Modified files:
|
||||
# | * dlls/d3d8/device.c
|
||||
|
Loading…
x
Reference in New Issue
Block a user