mirror of
https://github.com/gnif/LookingGlass.git
synced 2025-10-13 19:08:11 +00:00
[common] rects: add rectsRejectContained function
This function will remove rectangles in a list that are entirely contained in another rectangle in the same list.
This commit is contained in:
@@ -47,5 +47,6 @@ void rectsFramebufferToBuffer(FrameDamageRect * rects, int count,
|
||||
const FrameBuffer * frame, int srcStride);
|
||||
|
||||
int rectsMergeOverlapping(FrameDamageRect * rects, int count);
|
||||
int rectsRejectContained(FrameDamageRect * rects, int count);
|
||||
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user