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

Attachment: pgpFCrIi9j4D4.pgp
Description: PGP signature

_______________________________________________
Spice-devel mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/spice-devel

Reply via email to