Re: [Spice-devel] [PATCH spice-common 5/5] video streaming: add support for frames of different sizes

2012-05-02 Thread Marc-André Lureau
looks good, ack both spice-protocol and spice-common changes On Wed, May 2, 2012 at 3:55 PM, Yonit Halperin wrote: > rhbz #813826, #815426 > > Add SPICE_MSG_DISPLAY_STREAM_DATA_SIZED, for stream_data message > that also contains the size and destination box of the data. > The server can send such

[Spice-devel] [PATCH spice-common 5/5] video streaming: add support for frames of different sizes

2012-05-02 Thread Yonit Halperin
rhbz #813826, #815426 Add SPICE_MSG_DISPLAY_STREAM_DATA_SIZED, for stream_data message that also contains the size and destination box of the data. The server can send such messages only to clients with SPICE_DISPLAY_CAP_SIZED_STREAM. --- common/messages.h | 15 ++- spice-protocol