Qt: Fix render window resize bug

This commit is contained in:
spycrab
2018-01-20 21:00:28 +01:00
parent 71b5519688
commit 42c562afbc
4 changed files with 17 additions and 1 deletions

View File

@ -26,6 +26,7 @@ public:
void SetRenderHandle(void* handle);
void SetRenderFocus(bool focus);
void SetRenderFullscreen(bool fullscreen);
void UpdateSurface();
signals:
void RequestTitle(const QString& title);