mirror of
https://github.com/gnif/LookingGlass.git
synced 2025-12-23 21:20:10 +00:00
[client] spice: minor fixes, don't assume inputs channel exists
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user