Add placeholder.
This commit is contained in:
@@ -304,6 +304,11 @@ void LowLevelWindow_X11::GetDisplayResolutions( DisplayResolutions &out ) const
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
float LowLevelWindow_X11::GetMonitorAspectRatio() const
|
||||||
|
{
|
||||||
|
return 4.0f/3;
|
||||||
|
}
|
||||||
|
|
||||||
bool LowLevelWindow_X11::SupportsThreadedRendering()
|
bool LowLevelWindow_X11::SupportsThreadedRendering()
|
||||||
{
|
{
|
||||||
return g_pBackgroundContext != NULL;
|
return g_pBackgroundContext != NULL;
|
||||||
|
|||||||
@@ -20,6 +20,7 @@ public:
|
|||||||
const VideoModeParams &GetActualVideoModeParams() const { return CurrentParams; }
|
const VideoModeParams &GetActualVideoModeParams() const { return CurrentParams; }
|
||||||
|
|
||||||
void GetDisplayResolutions( DisplayResolutions &out ) const;
|
void GetDisplayResolutions( DisplayResolutions &out ) const;
|
||||||
|
float GetMonitorAspectRatio() const;
|
||||||
|
|
||||||
bool SupportsThreadedRendering();
|
bool SupportsThreadedRendering();
|
||||||
void BeginConcurrentRenderingMainThread();
|
void BeginConcurrentRenderingMainThread();
|
||||||
|
|||||||
Reference in New Issue
Block a user