Transition to 24.11

This commit is contained in:
Vili Sinervä 2024-12-01 18:42:45 +02:00
parent f8e3204979
commit ce614b455b
No known key found for this signature in database
GPG key ID: DF8FEAF54EFAC996
8 changed files with 9 additions and 568 deletions

View file

@ -1,13 +0,0 @@
diff --git a/app/streaming/input/input.cpp b/app/streaming/input/input.cpp
index fb11938b..5c0eb22e 100644
--- a/app/streaming/input/input.cpp
+++ b/app/streaming/input/input.cpp
@@ -47,7 +47,7 @@ SdlInputHandler::SdlInputHandler(StreamingPreferences& prefs, int streamWidth, i
// Otherwise, we'll use raw input capture which is straight from the device
// without modification by the OS.
SDL_SetHintWithPriority(SDL_HINT_MOUSE_RELATIVE_MODE_WARP,
- prefs.absoluteMouseMode ? "1" : "0",
+ prefs.absoluteMouseMode ? "1" : "1",
SDL_HINT_OVERRIDE);
#if !SDL_VERSION_ATLEAST(2, 0, 15)