> > This patch defines the structures of ioctls that are used between > win-vdagent and the qxl-wddm-dod driver. > > Signed-off-by: Sameeh Jubran <sameeh@xxxxxxxxxx> > --- > spice/qxl_windows.h | 10 +++++++++- > 1 file changed, 9 insertions(+), 1 deletion(-) > > diff --git a/spice/qxl_windows.h b/spice/qxl_windows.h > index bc2ceff..6e9627d 100644 > --- a/spice/qxl_windows.h > +++ b/spice/qxl_windows.h > @@ -2,7 +2,7 @@ > #define _H_QXL_WINDOWS > > #include <spice/types.h> > - > +#include <spice/qxl_dev.h> > #include <spice/start-packed.h> > > enum { > @@ -16,6 +16,14 @@ typedef struct SPICE_ATTR_PACKED QXLEscapeSetCustomDisplay > { > uint32_t bpp; > } QXLEscapeSetCustomDisplay; > > +typedef struct SPICE_ATTR_PACKED QXL_ESCAPE { > + uint32_t ioctl; > + union { > + QXLEscapeSetCustomDisplay custom_display; > + QXLHead monitor_config; > + }; > +} QXL_ESCAPE; > + Better QXLEscape. I would be wondering how you use this structure in the driver code. Can you post a link to a changeset? > #include <spice/end-packed.h> > > #endif /* _H_QXL_WINDOWS */ Frediano _______________________________________________ Spice-devel mailing list Spice-devel@xxxxxxxxxxxxxxxxxxxxx https://lists.freedesktop.org/mailman/listinfo/spice-devel