mirror of
https://github.com/gnif/LookingGlass.git
synced 2026-08-22 07:01:30 +00:00
[idd] transport: fan out frame publication
This commit is contained in:
@@ -917,7 +917,10 @@ SinkTarget CLGMPFrameTransport::PrepareFrameBuffer(
|
||||
result.mem = fb->data;
|
||||
result.heapOffset = reinterpret_cast<uintptr_t>(fb->data) -
|
||||
reinterpret_cast<uintptr_t>(m_ivshmem.GetMem());
|
||||
result.capacity = m_maxFrameSize;
|
||||
result.fullCopy = fullCopy;
|
||||
if (fullCopy)
|
||||
fi->damageRectsCount = 0;
|
||||
return result;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user