[c-host] general windows fixes

This commit is contained in:
Geoffrey McRae
2019-03-01 15:45:46 +11:00
parent 9170b24fee
commit fc178b40bc
5 changed files with 217 additions and 52 deletions

View File

@@ -39,5 +39,8 @@ struct CaptureInterface
bool (*deinit )();
void (*free )();
unsigned int (*getMaxFrameSize)();
CaptureResult (*capture )();
CaptureResult (*capture)(
bool * hasFrameUpdate,
bool * hasPointerUpdate);
};