We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2df7b73 commit c3cfc75Copy full SHA for c3cfc75
src/launcher.c
@@ -196,7 +196,6 @@ static void init_sdl()
196
Uint32 sdl_flags = SDL_INIT_VIDEO;
197
#ifdef __unix__
198
SDL_SetHint(SDL_HINT_VIDEO_X11_NET_WM_BYPASS_COMPOSITOR, "0");
199
- setenv("SDL_VIDEODRIVER", "wayland,x11", 0);
200
#endif
201
SDL_SetHint(SDL_HINT_RENDER_SCALE_QUALITY, "1");
202
SDL_SetHint(SDL_HINT_VIDEO_ALLOW_SCREENSAVER, config.inhibit_os_screensaver ? "0" : "1");
0 commit comments