renderer: add better multi monitor animations (#5126)
This commit is contained in:
parent
5e5d7e2abc
commit
c942ce6dce
4 changed files with 61 additions and 8 deletions
|
|
@ -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;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue