added fakefullscreen

This commit is contained in:
vaxerski
2023-01-01 16:54:13 +01:00
parent 7525818097
commit cb4f748226
4 changed files with 15 additions and 2 deletions

View File

@@ -157,6 +157,9 @@ class CWindow {
// For pinned (sticky) windows
bool m_bPinned = false;
// fakefullscreen
bool m_bInFullscreenReported = 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;