Don't overwrite window mode settings when switching between WM and non-WM environments

This commit is contained in:
Cameron Gutman 2021-02-07 10:49:29 -06:00
commit 6dab251055
3 changed files with 38 additions and 26 deletions

View file

@ -133,6 +133,7 @@ private:
int drSubmitDecodeUnit(PDECODE_UNIT du);
StreamingPreferences* m_Preferences;
bool m_IsFullScreen;
STREAM_CONFIGURATION m_StreamConfig;
DECODER_RENDERER_CALLBACKS m_VideoCallbacks;
AUDIO_RENDERER_CALLBACKS m_AudioCallbacks;