Merge pull request #726 from Armada651/ogl-exclusive

CFrame: Add fullscreen window styles to enable exclusive mode in OpenGL.
This commit is contained in:
shuffle2
2014-08-12 14:55:18 -07:00
3 changed files with 24 additions and 4 deletions

View File

@ -58,6 +58,8 @@ class CRenderFrame : public wxFrame
const wxSize& size = wxDefaultSize,
long style = wxDEFAULT_FRAME_STYLE | wxNO_FULL_REPAINT_ON_RESIZE);
bool ShowFullScreen(bool show, long style = wxFULLSCREEN_ALL) override;
private:
void OnDropFiles(wxDropFilesEvent& event);
static bool IsValidSavestateDropped(const std::string& filepath);