diff options
author | Tim Schumacher <timschumi@gmx.de> | 2022-06-05 03:05:04 +0200 |
---|---|---|
committer | Linus Groh <mail@linusgroh.de> | 2022-06-08 17:58:36 +0100 |
commit | d426c5a4b2eac839497cc2cbeee4b87a1c9ee422 (patch) | |
tree | c3484b5625b583fc7da9cc3a7f53b4dc69186fa5 /Ports/sdl12-compat/patches | |
parent | d69a79b03b8f2853b60773e38553d662a01ac269 (diff) | |
download | serenity-d426c5a4b2eac839497cc2cbeee4b87a1c9ee422.zip |
Ports: Format patches without numbering, commit hash or version number
Diffstat (limited to 'Ports/sdl12-compat/patches')
-rw-r--r-- | Ports/sdl12-compat/patches/0001-Disable-forced-fullscreen-on-logical-scaling.patch | 9 | ||||
-rw-r--r-- | Ports/sdl12-compat/patches/ReadMe.md | 2 |
2 files changed, 7 insertions, 4 deletions
diff --git a/Ports/sdl12-compat/patches/0001-Disable-forced-fullscreen-on-logical-scaling.patch b/Ports/sdl12-compat/patches/0001-Disable-forced-fullscreen-on-logical-scaling.patch index df9e6f1d3c..bc7e64f0c4 100644 --- a/Ports/sdl12-compat/patches/0001-Disable-forced-fullscreen-on-logical-scaling.patch +++ b/Ports/sdl12-compat/patches/0001-Disable-forced-fullscreen-on-logical-scaling.patch @@ -1,8 +1,12 @@ -From a2b0791418672dffcfc8baae4d0b8158693a794c Mon Sep 17 00:00:00 2001 +From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Grigoris Pavlakis <grigpavl@ece.auth.gr> Date: Sat, 28 May 2022 17:21:27 +0300 Subject: [PATCH] Disable forced fullscreen on logical scaling +sdl12-compat forces fullscreen on anything that sets video mode +and uses OpenGL logical scaling, causing rapid flickering and preventing +execution. Not sure if this is an upstream bug or intended behavior, +but disabling fullscreen at this point fixes the flickering. --- src/SDL12_compat.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) @@ -20,6 +24,3 @@ index b3a411e..4d8001d 100644 SDL20_SetWindowFullscreen(VideoWindow20, fullscreen_flags20); } } --- -2.36.1 - diff --git a/Ports/sdl12-compat/patches/ReadMe.md b/Ports/sdl12-compat/patches/ReadMe.md index a59098e897..f032dadb1c 100644 --- a/Ports/sdl12-compat/patches/ReadMe.md +++ b/Ports/sdl12-compat/patches/ReadMe.md @@ -2,6 +2,8 @@ ## `0001-Disable-forced-fullscreen-on-logical-scaling.patch` +Disable forced fullscreen on logical scaling + sdl12-compat forces fullscreen on anything that sets video mode and uses OpenGL logical scaling, causing rapid flickering and preventing execution. Not sure if this is an upstream bug or intended behavior, |