1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-30 02:07:44 +00:00

Ports/pt2-clone: Update pt2-clone to version 1.63

This commit is contained in:
EWouters 2023-09-02 00:06:32 +02:00 committed by Jelle Raaijmakers
parent 4828be87a9
commit dd01c00cd4
4 changed files with 9 additions and 9 deletions

View file

@ -9,11 +9,11 @@ Set video.useDesktopMouseCoords to false.
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/pt2_visuals.c b/src/pt2_visuals.c
index 40527f5..0b73b9a 100644
index 012a2d7e2b5acad85aeadff43938dc175c6772cb..dcc7bef94d884cffedd60e9f1153a72050caf017 100644
--- a/src/pt2_visuals.c
+++ b/src/pt2_visuals.c
@@ -2416,7 +2416,7 @@ bool setupVideo(void)
SDL_ShowCursor(SDL_FALSE);
@@ -1980,7 +1980,7 @@ bool setupVideo(void)
}
// Workaround: SDL_GetGlobalMouseState() doesn't work with KMSDRM/Wayland
- video.useDesktopMouseCoords = true;