env: add windows to SDL_VIDEODRIVER

Fixes #128
This commit is contained in:
2 * r + 2 * t 2025-09-01 18:04:03 +10:00
parent 78c70ba6d4
commit 1a69a48730
2 changed files with 2 additions and 2 deletions

View file

@ -8,7 +8,7 @@ env = XCURSOR_SIZE, $cursorSize
# ######## Toolkit backends ########
env = GDK_BACKEND, wayland,x11
env = QT_QPA_PLATFORM, wayland;xcb
env = SDL_VIDEODRIVER, wayland,x11
env = SDL_VIDEODRIVER, wayland,x11,windows
env = CLUTTER_BACKEND, wayland
env = ELECTRON_OZONE_PLATFORM_HINT, auto

View file

@ -1,7 +1,7 @@
# ######## Toolkit backends ########
export GDK_BACKEND='wayland,x11'
export QT_QPA_PLATFORM='wayland;xcb'
export SDL_VIDEODRIVER='wayland,x11'
export SDL_VIDEODRIVER='wayland,x11,windows'
export CLUTTER_BACKEND='wayland'
export ELECTRON_OZONE_PLATFORM_HINT='auto'