Fix various issues with child window positioning
This commit is contained in:
@@ -918,11 +918,6 @@ bool SDLPlatform::UsesWayland()
|
||||
return UseWayland;
|
||||
}
|
||||
|
||||
bool SDLPlatform::UsesXWayland()
|
||||
{
|
||||
return false;
|
||||
}
|
||||
|
||||
bool SDLPlatform::UsesX11()
|
||||
{
|
||||
return !UseWayland;
|
||||
|
||||
Reference in New Issue
Block a user