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:
Alexander Larsson 2010-03-22 20:23:10 +01:00
parent cac2bc7984
commit 6314aee92d

View File

@ -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 {