diff options
author | Rye <rye@lindenlab.com> | 2024-10-23 09:56:25 -0700 |
---|---|---|
committer | Rye Cogtail <rye@lindenlab.com> | 2024-10-31 01:52:24 -0400 |
commit | 24e49d9b908969dbfac67364952ec94ef99a6023 (patch) | |
tree | 4070217bae87bf7dc9b25036f43050146f278c37 /indra/llwindow/llsdl.cpp | |
parent | 90611c1d2ae7f86933bb6092ec6925302a1eb64c (diff) |
Fix broken viewer under XWayland and whitespace
Diffstat (limited to 'indra/llwindow/llsdl.cpp')
-rw-r--r-- | indra/llwindow/llsdl.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/indra/llwindow/llsdl.cpp b/indra/llwindow/llsdl.cpp index 3f7992a1d7..6161bd2972 100644 --- a/indra/llwindow/llsdl.cpp +++ b/indra/llwindow/llsdl.cpp @@ -56,7 +56,6 @@ void init_sdl() std::initializer_list<std::tuple< char const*, char const * > > hintList = { {SDL_HINT_VIDEO_X11_NET_WM_BYPASS_COMPOSITOR,"0"}, - {SDL_HINT_VIDEODRIVER,"wayland,x11"}, {SDL_HINT_MOUSE_FOCUS_CLICKTHROUGH,"1"}, {SDL_HINT_IME_INTERNAL_EDITING,"1"} }; |