mirror of
https://gitlab.uni-freiburg.de/opensourcevdi/spice-protocol
synced 2025-12-26 22:55:30 +00:00
Use int32, not int in protocol defining structure
"int" is not of a welldefined size, fortunally all existing uses are 32bit.
This commit is contained in:
parent
cac2bc7984
commit
6314aee92d
@ -544,7 +544,7 @@ typedef struct SPICE_ATTR_PACKED SpiceMsgcDisplayInit {
|
||||
uint8_t pixmap_cache_id;
|
||||
int64_t pixmap_cache_size; //in pixels
|
||||
uint8_t glz_dictionary_id;
|
||||
int glz_dictionary_window_size; // in pixels
|
||||
int32_t glz_dictionary_window_size; // in pixels
|
||||
} SpiceMsgcDisplayInit;
|
||||
|
||||
enum {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user