Move SupportsNativeDecorations/SupportsNativeDecorationDragging to SDLPlatform

#2800
This commit is contained in:
Wojtek Figat
2026-02-12 09:24:48 +01:00
parent c4d20f06ee
commit d68969dbe2
6 changed files with 27 additions and 51 deletions

View File

@@ -1701,7 +1701,7 @@ String SDLPlatform::GetDisplayServer()
void SDLPlatform::SetHighDpiAwarenessEnabled(bool enable)
{
base::SetHighDpiAwarenessEnabled(enable);
SDLPlatformBase::SetHighDpiAwarenessEnabled(enable);
}
bool SDLPlatform::UsesWindows()