Rework window creation, sizing, and fullscreen transition logic

- Fixes window position/size being lost when toggling full-screen
- Fixes initial window size not respecting stream aspect ratio
This commit is contained in:
Cameron Gutman
2022-10-14 20:24:12 -05:00
parent c4012225c2
commit e0fb7dfd14
2 changed files with 31 additions and 77 deletions

View File

@@ -160,7 +160,6 @@ private:
int m_DisplayOriginX;
int m_DisplayOriginY;
bool m_ThreadedExec;
bool m_PendingWindowedTransition;
bool m_UnexpectedTermination;
SdlInputHandler* m_InputHandler;
int m_MouseEmulationRefCount;