... In my case, I initialize the `SDL_VIDEO_DRIVER=wayland` environment variable via the Hyprland configuration file :
`env = SDL_VIDEO_DRIVER,wayland ...
... for example).
#### Steps for reproducing this issue:
```shell
SDL_VIDEO_DRIVER=wayland,x11 SDL3_DYNAMIC_API=$(realpath /usr/lib/libSDL3.so) SDL_DYNAMIC_API ...
comment by flibitijibibo · 2026-07-06 · view · github
... with containers; for example, an environment may define SDL_VIDEO_DRIVER=wayland but in a Wine environment this doesn't ...