diff options
author | AiraYumi <aira.youme@airanyumi.net> | 2024-10-17 01:44:31 +0900 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-10-16 19:44:31 +0300 |
commit | 43beabd0c7ef22e9c814124916c2f193624834e7 (patch) | |
tree | 58a2e5ec5008ea28c1e5e5e523904c7d966c551e /indra/llwindow/llsdl.cpp | |
parent | e205685d6d2f84722839a11f448c1f0655f1a8e3 (diff) |
Remove dependency on libwayland-dev (#2865)
Diffstat (limited to 'indra/llwindow/llsdl.cpp')
-rw-r--r-- | indra/llwindow/llsdl.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/llwindow/llsdl.cpp b/indra/llwindow/llsdl.cpp index 6161bd2972..3f7992a1d7 100644 --- a/indra/llwindow/llsdl.cpp +++ b/indra/llwindow/llsdl.cpp @@ -56,6 +56,7 @@ 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"} }; |