Merge branch 'GoaLitiuM-sdl_displayserver_name_fix'
This commit is contained in:
@@ -1803,7 +1803,11 @@ const String& LinuxPlatform::GetHomeDirectory()
|
||||
|
||||
String LinuxPlatform::GetDisplayServer()
|
||||
{
|
||||
#if PLATFORM_SDL
|
||||
return SDLPlatform::GetDisplayServer();
|
||||
#else
|
||||
return xDisplay ? TEXT("X11") : TEXT("");
|
||||
#endif
|
||||
}
|
||||
|
||||
bool LinuxPlatform::Is64BitPlatform()
|
||||
|
||||
Reference in New Issue
Block a user