summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexander Larsson <alexl@redhat.com>2010-03-22 20:23:10 +0100
committerAlexander Larsson <alexl@redhat.com>2010-03-22 20:25:48 +0100
commit6314aee92d4283f40fd64016f450aeab464bb99b (patch)
tree562cbd5f40662063811057bcfdb7e8e7d74dca0d
parentcac2bc798467cea6eeff3aa10063812c50a4b82e (diff)
Use int32, not int in protocol defining structure
"int" is not of a welldefined size, fortunally all existing uses are 32bit.
-rw-r--r--spice/protocol.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/spice/protocol.h b/spice/protocol.h
index 5f01a12..02709be 100644
--- a/spice/protocol.h
+++ b/spice/protocol.h
@@ -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 {