From 897e5633c2d4e0d8fe91986b6e030dd1436b8fa8 Mon Sep 17 00:00:00 2001 From: Alexander Larsson Date: Thu, 24 Jun 2010 14:33:06 +0200 Subject: spice.proto: surface_create.format is of type surface_fmt --- spice.proto | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'spice.proto') 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; -- cgit