Set wayland scale hint if on Linux
Thanks Alug!
This commit is contained in:
parent
c093fdce8e
commit
c89be92461
1 changed files with 3 additions and 1 deletions
|
|
@ -1606,7 +1606,9 @@ static void Impl_InitVideoSubSystem(void)
|
||||||
{
|
{
|
||||||
if (video_init)
|
if (video_init)
|
||||||
return;
|
return;
|
||||||
|
#if defined (__linux__)
|
||||||
|
SDL_SetHint("SDL_VIDEO_WAYLAND_SCALE_TO_DISPLAY", "1");
|
||||||
|
#endif
|
||||||
if (!SDL_InitSubSystem(SDL_INIT_VIDEO))
|
if (!SDL_InitSubSystem(SDL_INIT_VIDEO))
|
||||||
{
|
{
|
||||||
CONS_Printf(M_GetText("Couldn't initialize SDL's Video System: %s\n"), SDL_GetError());
|
CONS_Printf(M_GetText("Couldn't initialize SDL's Video System: %s\n"), SDL_GetError());
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue