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 fb5463fe9b
commit 49aeb85dc1

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;