Let the Renderer decide when to exit fullscreen.

This ensures the transition from/to exclusive mode happens while the RenderFrame is fullscreen.

This prevents fullscreen loops and relieves us of having to restore the window size after we exit fullscreen.
This commit is contained in:
Jules Blok
2014-07-16 15:53:33 +02:00
parent cd94ff1966
commit 36ea1890c8
8 changed files with 40 additions and 5 deletions

View File

@ -94,6 +94,9 @@ void Host_GetRenderWindowSize(int& x, int& y, int& width, int& height)
}
void Host_RequestRenderWindowSize(int width, int height) {}
void Host_RequestFullscreen(bool fullscreen) {}
void Host_SetStartupDebuggingParameters()
{
}