mirror of
https://github.com/gnif/LookingGlass.git
synced 2025-10-11 09:58:10 +00:00
[idd] make the dirver functional again
This commit is contained in:
@@ -451,6 +451,8 @@ void CIndirectDeviceContext::SendFrame(int width, int height, int pitch, DXGI_FO
|
||||
fi->frameSerial = m_frameSerial++;
|
||||
fi->screenWidth = width;
|
||||
fi->screenHeight = height;
|
||||
fi->dataWidth = width;
|
||||
fi->dataHeight = height;
|
||||
fi->frameWidth = width;
|
||||
fi->frameHeight = height;
|
||||
fi->stride = width * bpp;
|
||||
|
Reference in New Issue
Block a user