mirror of
https://github.com/gnif/LookingGlass.git
synced 2025-10-13 10:58:09 +00:00
[common] rects: add rectsMergeOverlapping helper function
This is based on the client's util_mergeOverlappingRects.
This commit is contained in:
@@ -46,4 +46,6 @@ void rectsFramebufferToBuffer(FrameDamageRect * rects, int count,
|
||||
uint8_t * dst, int dstStride, int height,
|
||||
const FrameBuffer * frame, int srcStride);
|
||||
|
||||
int rectsMergeOverlapping(FrameDamageRect * rects, int count);
|
||||
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user