mirror of
https://github.com/gnif/LookingGlass.git
synced 2025-12-23 21:20:10 +00:00
[client] spice: implement channel caps and initial clipboard support
This commit is contained in:
@@ -138,4 +138,9 @@ SpiceMsgcMouseRelease;
|
||||
#define COMMON_SET_CAPABILITY(caps, index) \
|
||||
{ (caps)[(index) / 32] |= (1 << ((index) % 32)); }
|
||||
|
||||
#define MAIN_CAPS_BYTES (((SPICE_MAIN_CAP_SEAMLESS_MIGRATE + 32) / 8) & ~3)
|
||||
#define MAIN_SET_CAPABILITY(caps, index) \
|
||||
{ (caps)[(index) / 32] |= (1 << ((index) % 32)); }
|
||||
|
||||
|
||||
#pragma pack(pop)
|
||||
Reference in New Issue
Block a user