mirror of
https://github.com/gnif/LookingGlass.git
synced 2025-08-09 20:24:14 +00:00
[common] rects: refactor rect buffer copy code to common module
This also fixes a bug of accidentally multiplying the stride by 4 when the stride is already in bytes and not pixels.
This commit is contained in:
@@ -29,6 +29,7 @@ set(COMMON_SOURCES
|
||||
src/framebuffer.c
|
||||
src/KVMFR.c
|
||||
src/countedbuffer.c
|
||||
src/rects.c
|
||||
src/runningavg.c
|
||||
src/ringbuffer.c
|
||||
)
|
||||
|
Reference in New Issue
Block a user