minor fixes for fakefullscreen

This commit is contained in:
vaxerski
2023-01-06 13:29:43 +01:00
parent e9a6c3b498
commit 461fab0f27
4 changed files with 18 additions and 6 deletions

View File

@@ -158,7 +158,7 @@ class CWindow {
bool m_bPinned = false;
// fakefullscreen
bool m_bInFullscreenReported = false;
bool m_bFakeFullscreenState = false;
// for proper cycling. While cycling we can't just move the pointers, so we need to keep track of the last cycled window.
CWindow* m_pLastCycledWindow = nullptr;