Add placeholder.

This commit is contained in:
Steve Checkoway
2006-02-11 09:31:39 +00:00
parent 088a5505dc
commit b09d333d14
2 changed files with 6 additions and 0 deletions
@@ -304,6 +304,11 @@ void LowLevelWindow_X11::GetDisplayResolutions( DisplayResolutions &out ) const
}
}
float LowLevelWindow_X11::GetMonitorAspectRatio() const
{
return 4.0f/3;
}
bool LowLevelWindow_X11::SupportsThreadedRendering()
{
return g_pBackgroundContext != NULL;