diff --git a/VERSION b/VERSION index bdf84a32..5369ccdd 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -B1-rc6-0-g607539a2af+1 \ No newline at end of file +B1-rc6-1-g2def6346e6+1 \ No newline at end of file diff --git a/client/src/main.c b/client/src/main.c index 711e9011..8b71cd11 100644 --- a/client/src/main.c +++ b/client/src/main.c @@ -1014,7 +1014,7 @@ int run() if (strcmp(XDG_SESSION_TYPE, "wayland") == 0) { DEBUG_INFO("Wayland detected"); - if (getenv("SDL_VIDEO_DRIVER") == NULL) + if (getenv("SDL_VIDEODRIVER") == NULL) { int err = setenv("SDL_VIDEODRIVER", "wayland", 1); if (err < 0)