Frame: Move exclusive mode switching to helper function.

This commit is contained in:
Jules Blok
2016-11-11 21:24:08 +01:00
parent aab6b70868
commit aa0e4472c0
2 changed files with 16 additions and 21 deletions

View File

@ -106,6 +106,7 @@ public:
bool RendererHasFocus();
bool RendererIsFullscreen();
void DoFullscreen(bool bF);
void DoExclusiveFullscreen(bool bF);
void ToggleDisplayMode(bool bFullscreen);
static void ConnectWiimote(int wm_idx, bool connect);
void UpdateTitle(const std::string& str);