mirror of
https://github.com/gnif/LookingGlass.git
synced 2025-01-08 21:33:57 +00:00
[common] added restart session flag to KVMFR spec
This commit is contained in:
parent
371f7ce535
commit
edecd922ea
1 changed files with 3 additions and 2 deletions
|
@ -66,8 +66,9 @@ typedef struct KVMFRFrame
|
|||
}
|
||||
KVMFRFrame;
|
||||
|
||||
#define KVMFR_HEADER_FLAG_FRAME 1 // frame update available
|
||||
#define KVMFR_HEADER_FLAG_CURSOR 2 // cursor update available
|
||||
#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
|
||||
|
||||
typedef struct KVMFRHeader
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue