[Spice-devel] [PATCH spice-protocol] Add QXL_ESCAPE_SET_CUSTOM_DISPLAY

Christophe Fergeau cfergeau at redhat.com
Tue May 15 02:25:45 PDT 2012


On Sun, May 13, 2012 at 11:58:33AM +0300, Alon Levy wrote:
> > +enum {
> > +    QXL_ESCAPE_SET_CUSTOM_DISPLAY = 0x10001,
> > +};
> > +
> > +typedef struct SPICE_ATTR_PACKED QXLEscapeSetCustomDisplay {
> > +    uint32_t xres;
> > +    uint32_t yres;
> > +    uint32_t bpp;
> > +} QXLEscapeSetCustomDisplay;
> 
> Do you think we should add fields for later having multiple outputs on a
> single device, i.e. VidPN ? ACK if you think this is premature.

And do we care at all about the size of this structure? uint16_t xres, uint16_t yres
and  uint8_t bpp *should* (famous last words) be enough.

Christophe
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 198 bytes
Desc: not available
URL: <http://lists.freedesktop.org/archives/spice-devel/attachments/20120515/ff9f1f80/attachment.pgp>


More information about the Spice-devel mailing list