Added window swallowing
This commit is contained in:
parent
355366714e
commit
a97621b1cb
5 changed files with 90 additions and 0 deletions
|
|
@ -146,6 +146,9 @@ public:
|
|||
// animated tint
|
||||
CAnimatedVariable m_fDimPercent;
|
||||
|
||||
// swallowing
|
||||
CWindow* m_pSwallowed = nullptr;
|
||||
|
||||
// for toplevel monitor events
|
||||
uint64_t m_iLastToplevelMonitorID = -1;
|
||||
uint64_t m_iLastSurfaceMonitorID = -1;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue