summaryrefslogtreecommitdiffstats
path: root/src/citra_qt/bootmanager.hxx
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_qt/bootmanager.hxx
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 '')
-rw-r--r--src/citra_qt/bootmanager.hxx2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/citra_qt/bootmanager.hxx b/src/citra_qt/bootmanager.hxx
index 3a18f98fd..3eec1668e 100644
--- a/src/citra_qt/bootmanager.hxx
+++ b/src/citra_qt/bootmanager.hxx
@@ -121,6 +121,8 @@ public slots:
void moveContext(); // overridden
private:
+ void OnMinimalClientAreaChangeRequest(const std::pair<unsigned,unsigned>& minimal_size) override;
+
QGLWidget* child;
EmuThread emu_thread;