Wayland: Add SDL_VIDEODRIVER note.

This commit is contained in:
Dmitry Voronin 2024-11-30 22:18:48 +03:00
parent 34d4155e8c
commit e9aa99f7b2
Signed by: voronind
SSH key fingerprint: SHA256:3kBb4iV2ahufEBNq+vFbUe4QYfHt98DHQjN7QaptY9k

View file

@ -20,7 +20,7 @@ in {
QT_QPA_PLATFORM = "wayland-egl;wayland;xcb";
QT_WAYLAND_DISABLE_WINDOWDECORATION = "1";
SAL_USE_VCLPLUGIN = "gtk3";
SDL_VIDEODRIVER = "wayland";
SDL_VIDEODRIVER = "wayland"; # NOTE: Can cause issues with games.
_JAVA_AWT_WM_NONREPARENTING = "1";
};
};