[client] spice: minor fixes, don't assume inputs channel exists

This commit is contained in:
Geoffrey McRae
2019-02-21 03:43:11 +11:00
parent 769edba1a5
commit 65c1e0391c
2 changed files with 68 additions and 17 deletions

View File

@@ -40,6 +40,13 @@ typedef struct SpiceMsgMainInit
}
SpiceMsgMainInit;
typedef struct SpiceMsgMainChannelsList
{
uint32_t num_of_channels;
//uint8_t channels[num_of_channels]
}
SpiceMainChannelsList;
typedef struct SpiceMsgcMainMouseModeRequest
{
uint16_t mouse_mode;