Qt: Restore fullscreen resolution when regaining focus

This commit is contained in:
spycrab
2018-06-08 20:47:15 +02:00
parent 6c19b5947b
commit 0273cae3a2
3 changed files with 15 additions and 2 deletions

View File

@ -28,6 +28,7 @@ signals:
void HandleChanged(void* handle);
void StateChanged(bool fullscreen);
void SizeChanged(int new_width, int new_height);
void FocusChanged(bool focus);
private:
void HandleCursorTimer();