mirror of
https://github.com/gnif/LookingGlass.git
synced 2025-08-09 20:24:14 +00:00
[host] update to KVMFR v6 and decouple mouse
This commit is contained in:
@@ -215,7 +215,7 @@ size_t NvFBC::GetMaxFrameSize()
|
||||
return m_maxCaptureWidth * m_maxCaptureHeight * 4;
|
||||
}
|
||||
|
||||
enum GrabStatus NvFBC::GrabFrame(struct FrameInfo & frame)
|
||||
enum GrabStatus NvFBC::GrabFrame(struct FrameInfo & frame, struct CursorInfo & cursor)
|
||||
{
|
||||
if (!m_initialized)
|
||||
return GRAB_STATUS_ERROR;
|
||||
|
Reference in New Issue
Block a user