Merge pull request #1764 from Armada651/safe-exclusive

D3D: Only try to apply exclusive mode when the renderer is in focus.
This commit is contained in:
Markus Wick
2015-01-06 11:00:47 +01:00
11 changed files with 65 additions and 33 deletions

View File

@ -48,6 +48,11 @@ bool Host_UIHasFocus()
return g_main_window->isActiveWindow();
}
bool Host_RendererIsFullscreen()
{
return false; // TODO
}
void Host_RequestFullscreen(bool enable)
{
// TODO