added fakefullscreen
This commit is contained in:
parent
7525818097
commit
cb4f748226
4 changed files with 15 additions and 2 deletions
|
|
@ -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;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue