Rework window management to fix issues restoring window state between windowed and full-screen

This commit is contained in:
Cameron Gutman
2022-04-24 16:22:17 -05:00
parent 220f50ebe4
commit 38396b2691
3 changed files with 23 additions and 69 deletions
-1
View File
@@ -163,7 +163,6 @@ private:
int m_DisplayOriginX;
int m_DisplayOriginY;
bool m_ThreadedExec;
bool m_PendingWindowedTransition;
bool m_UnexpectedTermination;
SdlInputHandler* m_InputHandler;
int m_MouseEmulationRefCount;