consider the full bb with deco in rendering

This commit is contained in:
vaxerski
2022-05-30 14:55:42 +02:00
parent da63503d5f
commit b1c11f3d2e
3 changed files with 34 additions and 1 deletions

View File

@@ -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();
};