spice.proto: surface_create.format is of type surface_fmt

This commit is contained in:
Alexander Larsson 2010-06-24 14:33:06 +02:00 committed by Marc-André Lureau
parent 8b4ab9026d
commit 302788f147

View File

@ -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;