From 3f46a6acb7c22cc907d125a40ae65f8137e1ec5e Mon Sep 17 00:00:00 2001 From: Sebastian Lackner Date: Sat, 17 Oct 2015 16:34:46 +0200 Subject: [PATCH] user32-Painting: Add reference to a bug report. --- README.md | 2 +- patches/patchinstall.sh | 3 +++ patches/user32-Painting/definition | 2 +- 3 files changed, 5 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index e2820a24..d0fd33d2 100644 --- a/README.md +++ b/README.md @@ -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)) diff --git a/patches/patchinstall.sh b/patches/patchinstall.sh index b0c987ac..dfef61f3 100755 --- a/patches/patchinstall.sh +++ b/patches/patchinstall.sh @@ -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 # | diff --git a/patches/user32-Painting/definition b/patches/user32-Painting/definition index d94ee6ad..2ea7956f 100644 --- a/patches/user32-Painting/definition +++ b/patches/user32-Painting/definition @@ -1 +1 @@ -Fixes: Enforce that surfaces are flushed after ReleaseDC +Fixes: [39465] Enforce that surfaces are flushed after ReleaseDC