diff --git a/README.md b/README.md index cb9515e8..1aa794ae 100644 --- a/README.md +++ b/README.md @@ -120,7 +120,7 @@ for more details.* * Fallback to global key state for threads without a queue ([Wine Bug #27238](https://bugs.winehq.org/show_bug.cgi?id=27238)) * Fallback to system ping command when CAP_NET_RAW is not available ([Wine Bug #8332](https://bugs.winehq.org/show_bug.cgi?id=8332)) * Fix NULL dereference in ICSeqCompressFrameStart ([Wine Bug #27595](https://bugs.winehq.org/show_bug.cgi?id=27595)) -* Fix black screen on startup introduced by pixelformat changes. ([Wine Bug #35950](https://bugs.winehq.org/show_bug.cgi?id=35950)) +* ~~Fix black screen on startup introduced by pixelformat changes.~~ ([Wine Bug #35950](https://bugs.winehq.org/show_bug.cgi?id=35950)) * Fix caps lock state issues with multiple processes ([Wine Bug #35907](https://bugs.winehq.org/show_bug.cgi?id=35907)) * Fix comparison of punctuation characters in lstrcmp ([Wine Bug #10767](https://bugs.winehq.org/show_bug.cgi?id=10767)) * Fix condition mask handling in RtlVerifyVersionInfo ([Wine Bug #36143](https://bugs.winehq.org/show_bug.cgi?id=36143)) diff --git a/patches/patchinstall.sh b/patches/patchinstall.sh index ff533f89..e3a4f3ec 100755 --- a/patches/patchinstall.sh +++ b/patches/patchinstall.sh @@ -4891,7 +4891,6 @@ fi # | This patchset fixes the following Wine bugs: # | * [#35655] Fix wined3d performance drop introduced by pixelformat changes. # | * [#35718] Fix flickering introduced by pixelformat changes. -# | * [#35950] Fix black screen on startup introduced by pixelformat changes. # | * [#35975] Fix gray screen on startup introduced by pixelformat changes. # | * [#36900] Fix missing video introduced by pixelformat changes. # | diff --git a/patches/wined3d-Revert_PixelFormat/definition b/patches/wined3d-Revert_PixelFormat/definition index 3c0293a2..c24807c6 100644 --- a/patches/wined3d-Revert_PixelFormat/definition +++ b/patches/wined3d-Revert_PixelFormat/definition @@ -1,6 +1,6 @@ Fixes: [35655] Fix wined3d performance drop introduced by pixelformat changes. Fixes: [35718] Fix flickering introduced by pixelformat changes. -Fixes: [35950] Fix black screen on startup introduced by pixelformat changes. +#Fixes: [35950] Fix black screen on startup introduced by pixelformat changes. Fixes: [35975] Fix gray screen on startup introduced by pixelformat changes. Fixes: [36900] Fix missing video introduced by pixelformat changes. Category: stable