mirror of
https://github.com/gnif/LookingGlass.git
synced 2025-12-30 16:32:28 +00:00
[host] add timeout return value for repeated frame
This is to allow a repeat frame without incuring an additional memory copy when the frame is already in shared memory.
This commit is contained in:
@@ -52,6 +52,7 @@ struct FrameInfo
|
||||
enum GrabStatus
|
||||
{
|
||||
GRAB_STATUS_OK,
|
||||
GRAB_STATUS_TIMEOUT,
|
||||
GRAB_STATUS_REINIT,
|
||||
GRAB_STATUS_CURSOR,
|
||||
GRAB_STATUS_ERROR
|
||||
|
||||
Reference in New Issue
Block a user