mirror of
https://github.com/gnif/LookingGlass.git
synced 2025-01-03 11:17:10 +00:00
[client] fix typo in SDL_VIDEODRIVER from prior patch, whoops :)
This commit is contained in:
parent
2def6346e6
commit
d7fa0aeff9
2 changed files with 2 additions and 2 deletions
2
VERSION
2
VERSION
|
@ -1 +1 @@
|
|||
B1-rc6-0-g607539a2af+1
|
||||
B1-rc6-1-g2def6346e6+1
|
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue