Move misc files into separate dir
This commit is contained in:
parent
c834b39e9c
commit
62fcf1f77f
3 changed files with 2 additions and 2 deletions
|
@ -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)
|
Loading…
Add table
Add a link
Reference in a new issue