summaryrefslogtreecommitdiffstats
path: root/src/citra/emu_window/emu_window_glfw.h
diff options
context:
space:
mode:
authorTony Wasserka <NeoBrainX@gmail.com>2014-10-12 22:46:33 +0200
committerTony Wasserka <NeoBrainX@gmail.com>2014-11-18 13:09:01 +0100
commit722ce2258949c5edf81c946faedfd040efeb38a6 (patch)
treeb935bde50743dd5638ea6fa2774db25ad3c174e1 /src/citra/emu_window/emu_window_glfw.h
parentFixup EmuWindow interface and implementations thereof. (diff)
downloadyuzu-722ce2258949c5edf81c946faedfd040efeb38a6.tar
yuzu-722ce2258949c5edf81c946faedfd040efeb38a6.tar.gz
yuzu-722ce2258949c5edf81c946faedfd040efeb38a6.tar.bz2
yuzu-722ce2258949c5edf81c946faedfd040efeb38a6.tar.lz
yuzu-722ce2258949c5edf81c946faedfd040efeb38a6.tar.xz
yuzu-722ce2258949c5edf81c946faedfd040efeb38a6.tar.zst
yuzu-722ce2258949c5edf81c946faedfd040efeb38a6.zip
Diffstat (limited to 'src/citra/emu_window/emu_window_glfw.h')
-rw-r--r--src/citra/emu_window/emu_window_glfw.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/citra/emu_window/emu_window_glfw.h b/src/citra/emu_window/emu_window_glfw.h
index 0da688a54..61cef4e65 100644
--- a/src/citra/emu_window/emu_window_glfw.h
+++ b/src/citra/emu_window/emu_window_glfw.h
@@ -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