summaryrefslogtreecommitdiff
path: root/spice/enums.h
diff options
context:
space:
mode:
authorVictor Toso <me@victortoso.com>2016-10-24 15:28:55 +0200
committerFrediano Ziglio <fziglio@redhat.com>2016-10-24 14:42:47 +0100
commit895afe1394353ad9530dc06df39c630eacc9d7f5 (patch)
tree5298a36d4bcc7a906b08dae70d70528009a26163 /spice/enums.h
parent2eeb092204d1d76e4da8e73b433d94cafd75cf52 (diff)
enums: Move auto generated SpiceDataCompressionType
This header is auto generated from spice_codegen.py tool in spice-common repository and thus, it changes what was included manually. Move SpiceDataCompressionType struct to comply with spice_codegen.py. This header was generated with: ./spice_codegen.py -e spice.proto ../spice-protocol/spice/enums.h Signed-off-by: Victor Toso <victortoso@redhat.com> Acked-by: Frediano Ziglio <fziglio@redhat.com>
Diffstat (limited to 'spice/enums.h')
-rw-r--r--spice/enums.h14
1 files changed, 7 insertions, 7 deletions
diff --git a/spice/enums.h b/spice/enums.h
index 1d0c2db..743a4a8 100644
--- a/spice/enums.h
+++ b/spice/enums.h
@@ -106,13 +106,6 @@ typedef enum SpiceMouseMode {
SPICE_MOUSE_MODE_MASK = 0x3
} SpiceMouseMode;
-typedef enum SpiceDataCompressionType {
- SPICE_DATA_COMPRESSION_TYPE_NONE,
- SPICE_DATA_COMPRESSION_TYPE_LZ4,
-
- SPICE_DATA_COMPRESSION_TYPE_ENUM_END
-} SpiceDataCompressionType;
-
typedef enum SpicePubkeyType {
SPICE_PUBKEY_TYPE_INVALID,
SPICE_PUBKEY_TYPE_RSA,
@@ -128,6 +121,13 @@ typedef enum SpicePubkeyType {
SPICE_PUBKEY_TYPE_ENUM_END
} SpicePubkeyType;
+typedef enum SpiceDataCompressionType {
+ SPICE_DATA_COMPRESSION_TYPE_NONE,
+ SPICE_DATA_COMPRESSION_TYPE_LZ4,
+
+ SPICE_DATA_COMPRESSION_TYPE_ENUM_END
+} SpiceDataCompressionType;
+
typedef enum SpiceClipType {
SPICE_CLIP_TYPE_NONE,
SPICE_CLIP_TYPE_RECTS,