mirror of
https://github.com/gnif/LookingGlass.git
synced 2026-01-27 22:09:46 +00:00
[common] rects: implement routine to copy rectangles from framebuffer
This commit is contained in:
@@ -42,4 +42,8 @@ void rectsBufferToFramebuffer(FrameDamageRect * rects, int count,
|
||||
FrameBuffer * frame, int dstStride, int height,
|
||||
const uint8_t * src, int srcStride);
|
||||
|
||||
void rectsFramebufferToBuffer(FrameDamageRect * rects, int count,
|
||||
uint8_t * dst, int dstStride, int height,
|
||||
const FrameBuffer * frame, int srcStride);
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user