From: Sameeh Jubran <sameeh@xxxxxxxxxx> New ioctl for updating the driver with vdagent running state. Signed-off-by: Sameeh Jubran <sameeh@xxxxxxxxxx> --- spice/qxl_windows.h | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/spice/qxl_windows.h b/spice/qxl_windows.h index bc2ceff..92715d5 100644 --- a/spice/qxl_windows.h +++ b/spice/qxl_windows.h @@ -7,7 +7,8 @@ enum { QXL_ESCAPE_SET_CUSTOM_DISPLAY = 0x10001, - QXL_ESCAPE_MONITOR_CONFIG + QXL_ESCAPE_MONITOR_CONFIG, + QXL_ESCAPE_VDAGENT_RUNNING }; typedef struct SPICE_ATTR_PACKED QXLEscapeSetCustomDisplay { @@ -16,6 +17,9 @@ typedef struct SPICE_ATTR_PACKED QXLEscapeSetCustomDisplay { uint32_t bpp; } QXLEscapeSetCustomDisplay; +typedef struct QXLEscapeVDAgentRunning { + uint32_t running; +} QXLEscapeVDAgentRunning; #include <spice/end-packed.h> #endif /* _H_QXL_WINDOWS */ -- 1.8.3.1 _______________________________________________ Spice-devel mailing list Spice-devel@xxxxxxxxxxxxxxxxxxxxx https://lists.freedesktop.org/mailman/listinfo/spice-devel