EmuWindow: Add support for specifying minimal client area sizes.

This commit is contained in:
Tony Wasserka 2014-10-12 22:46:33 +02:00
parent bd8f491e4c
commit 722ce22589
5 changed files with 58 additions and 8 deletions

View file

@ -37,6 +37,8 @@ public:
void ReloadSetKeymaps() override;
private:
void OnMinimalClientAreaChangeRequest(const std::pair<unsigned,unsigned>& minimal_size) override;
static EmuWindow_GLFW* GetEmuWindow(GLFWwindow* win);
GLFWwindow* m_render_window; ///< Internal GLFW render window