renderer: add better multi monitor animations (#5126)

This commit is contained in:
thejch
2024-03-16 07:49:34 -07:00
committed by GitHub
parent 5e5d7e2abc
commit c942ce6dce
4 changed files with 61 additions and 8 deletions

View File

@@ -52,6 +52,7 @@ class CBox {
CBox& addExtents(const SWindowDecorationExtents& e);
CBox& expand(const double& value);
CBox& noNegativeSize();
CBox& intersection(const CBox other);
CBox copy() const;