mirror of
https://github.com/gnif/LookingGlass.git
synced 2025-10-11 01:48:09 +00:00
[c-host] general windows fixes
This commit is contained in:
@@ -39,5 +39,8 @@ struct CaptureInterface
|
||||
bool (*deinit )();
|
||||
void (*free )();
|
||||
unsigned int (*getMaxFrameSize)();
|
||||
CaptureResult (*capture )();
|
||||
|
||||
CaptureResult (*capture)(
|
||||
bool * hasFrameUpdate,
|
||||
bool * hasPointerUpdate);
|
||||
};
|
Reference in New Issue
Block a user