summaryrefslogtreecommitdiffstats
path: root/spice.proto
diff options
context:
space:
mode:
authorAlexander Larsson <alexl@redhat.com>2010-06-24 14:33:06 +0200
committerAlexander Larsson <alexl@redhat.com>2010-06-24 14:33:06 +0200
commit897e5633c2d4e0d8fe91986b6e030dd1436b8fa8 (patch)
tree67dd715588900ffacfce512485d77273fa672039 /spice.proto
parent7a9c42704f4efd70543f209ee3f46a3959dc5962 (diff)
downloadspice-897e5633c2d4e0d8fe91986b6e030dd1436b8fa8.tar.gz
spice-897e5633c2d4e0d8fe91986b6e030dd1436b8fa8.tar.xz
spice-897e5633c2d4e0d8fe91986b6e030dd1436b8fa8.zip
spice.proto: surface_create.format is of type surface_fmt
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;