minor fixes for fakefullscreen
This commit is contained in:
parent
e9a6c3b498
commit
461fab0f27
4 changed files with 18 additions and 6 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue