[host] switch to fast polling mode, fixes stuttering issues

This commit is contained in:
Geoffrey McRae
2017-12-14 02:22:41 +11:00
parent afff50dfde
commit e379f70784
3 changed files with 21 additions and 28 deletions

View File

@@ -69,6 +69,7 @@ KVMFRFrame;
#define KVMFR_HEADER_FLAG_FRAME 1 // frame update available
#define KVMFR_HEADER_FLAG_CURSOR 2 // cursor update available
#define KVMFR_HEADER_FLAG_RESTART 4 // restart signal from client
#define KVMFR_HEADER_FLAG_READY 8 // ready signal from client
typedef struct KVMFRHeader
{