Fix various issues with child window positioning

This commit is contained in:
2024-12-25 19:45:10 +02:00
committed by Ari Vuollet
parent df02c70e31
commit 188e4313f9
8 changed files with 185 additions and 190 deletions

View File

@@ -918,11 +918,6 @@ bool SDLPlatform::UsesWayland()
return UseWayland;
}
bool SDLPlatform::UsesXWayland()
{
return false;
}
bool SDLPlatform::UsesX11()
{
return !UseWayland;