consider the full bb with deco in rendering
This commit is contained in:
parent
da63503d5f
commit
b1c11f3d2e
3 changed files with 34 additions and 1 deletions
|
|
@ -105,4 +105,7 @@ public:
|
|||
return m_uSurface.xdg == rhs.m_uSurface.xdg && m_uSurface.xwayland == rhs.m_uSurface.xwayland && m_vPosition == rhs.m_vPosition && m_vSize == rhs.m_vSize && m_bFadingOut == rhs.m_bFadingOut;
|
||||
}
|
||||
|
||||
// methods
|
||||
wlr_box getFullWindowBoundingBox();
|
||||
|
||||
};
|
||||
Loading…
Add table
Add a link
Reference in a new issue