summaryrefslogtreecommitdiffstats
path: root/spice.proto
diff options
context:
space:
mode:
Diffstat (limited to 'spice.proto')
-rw-r--r--spice.proto2
1 files changed, 1 insertions, 1 deletions
diff --git a/spice.proto b/spice.proto
index d66445df..1aa27881 100644
--- a/spice.proto
+++ b/spice.proto
@@ -770,7 +770,7 @@ channel DisplayChannel : BaseChannel {
uint32 surface_id;
uint32 width;
uint32 height;
- uint32 format;
+ surface_fmt format;
surface_flags flags;
} @ctype(SpiceMsgSurfaceCreate) surface_create;