Implement client-side window decorations for Editor windows
This commit is contained in:
@@ -269,6 +269,11 @@ String PlatformBase::GetDisplayServer()
|
||||
return String::Empty;
|
||||
}
|
||||
|
||||
bool PlatformBase::SupportsNativeDecorations()
|
||||
{
|
||||
return true;
|
||||
}
|
||||
|
||||
#endif
|
||||
|
||||
bool PlatformBase::Is64BitApp()
|
||||
|
||||
Reference in New Issue
Block a user