mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-23 06:09:50 -06:00
Qt: Fix render window resize bug
This commit is contained in:
@ -23,6 +23,7 @@ signals:
|
||||
void Closed();
|
||||
void HandleChanged(void* handle);
|
||||
void StateChanged(bool fullscreen);
|
||||
void SizeChanged();
|
||||
|
||||
private:
|
||||
void HandleCursorTimer();
|
||||
|
Reference in New Issue
Block a user