monitor: fix DS deactivation (#13188)
This commit is contained in:
parent
1bc857b12c
commit
02ff413002
2 changed files with 4 additions and 1 deletions
|
|
@ -177,6 +177,7 @@ class CMonitor {
|
|||
|
||||
// for direct scanout
|
||||
PHLWINDOWREF m_lastScanout;
|
||||
bool m_directScanoutIsActive = false; // for cleanup logic. m_lastScanout.expired() can become true before the DS cleanup if client crashes/exits while DS is active.
|
||||
bool m_scanoutNeedsCursorUpdate = false;
|
||||
|
||||
// for special fade/blur
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue