Qt: Hook up window size menu

This commit is contained in:
Connor McLaughlin
2020-11-18 23:15:16 +10:00
parent e4d2b7331b
commit 46b97dd4a8
5 changed files with 61 additions and 2 deletions

View File

@ -45,6 +45,7 @@ private Q_SLOTS:
QtDisplayWidget* createDisplay(QThread* worker_thread, const QString& adapter_name, bool use_debug_device,
bool fullscreen, bool render_to_main);
QtDisplayWidget* updateDisplay(QThread* worker_thread, bool fullscreen, bool render_to_main);
void displaySizeRequested(qint32 width, qint32 height);
void destroyDisplay();
void focusDisplayWidget();