mirror of
https://gitlab.winehq.org/wine/wine-staging.git
synced 2024-11-21 16:46:54 -08:00
user32-Painting: Add reference to a bug report.
This commit is contained in:
parent
c83adcf25b
commit
3f46a6acb7
@ -127,7 +127,7 @@ for more details.*
|
||||
* ~~Do not use GdipAlloc and GdipFree in internal functions~~ ([Wine Bug #32786](https://bugs.winehq.org/show_bug.cgi?id=32786))
|
||||
* Do not use unixfs for devices without mountpoint
|
||||
* Do not wait for hook thread startup in IDirectInput8::Initialize ([Wine Bug #21403](https://bugs.winehq.org/show_bug.cgi?id=21403))
|
||||
* Enforce that surfaces are flushed after ReleaseDC
|
||||
* Enforce that surfaces are flushed after ReleaseDC ([Wine Bug #39465](https://bugs.winehq.org/show_bug.cgi?id=39465))
|
||||
* Ensure NtProtectVirtualMemory and NtCreateSection are on separate pages ([Wine Bug #33162](https://bugs.winehq.org/show_bug.cgi?id=33162))
|
||||
* Ensure X11 input events are handled even without explicit message loop ([Wine Bug #8854](https://bugs.winehq.org/show_bug.cgi?id=8854))
|
||||
* Exception during start of fr-043 caused by missing DXTn support ([Wine Bug #37391](https://bugs.winehq.org/show_bug.cgi?id=37391))
|
||||
|
@ -5348,6 +5348,9 @@ fi
|
||||
|
||||
# Patchset user32-Painting
|
||||
# |
|
||||
# | This patchset fixes the following Wine bugs:
|
||||
# | * [#39465] Enforce that surfaces are flushed after ReleaseDC
|
||||
# |
|
||||
# | Modified files:
|
||||
# | * dlls/user32/painting.c, dlls/user32/win.c
|
||||
# |
|
||||
|
@ -1 +1 @@
|
||||
Fixes: Enforce that surfaces are flushed after ReleaseDC
|
||||
Fixes: [39465] Enforce that surfaces are flushed after ReleaseDC
|
||||
|
Loading…
Reference in New Issue
Block a user