parent
5bd7ff884d
commit
b10a43dabc
6 changed files with 23 additions and 6 deletions
|
|
@ -311,6 +311,9 @@ class CWindow {
|
|||
// ANR
|
||||
PHLANIMVAR<float> m_notRespondingTint;
|
||||
|
||||
// For the noclosefor windowrule
|
||||
Time::steady_tp m_closeableSince = Time::steadyNow();
|
||||
|
||||
// For the list lookup
|
||||
bool operator==(const CWindow& rhs) const {
|
||||
return m_xdgSurface == rhs.m_xdgSurface && m_xwaylandSurface == rhs.m_xwaylandSurface && m_position == rhs.m_position && m_size == rhs.m_size &&
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue