mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-07-11 22:03:01 -06:00
Draw: AddRefreshRect (extracted from X11 Invalidate)
git-svn-id: svn://ultimatepp.org/upp/trunk@3558 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
parent
620735a96c
commit
17a01d00cf
4 changed files with 29 additions and 22 deletions
|
|
@ -33,7 +33,6 @@ Vector<Rect> Subtract(const Vector<Rect>& r1, const Vector<Rect>& r2)
|
|||
return q;
|
||||
}
|
||||
|
||||
|
||||
Vector<Rect> Xor(const Vector<Rect>& r1, const Vector<Rect>& r2)
|
||||
{
|
||||
Vector<Rect> is = Intersect(r1, r2);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue