[Spice-devel] [spice-protocol PATCH V3] Add QXL_ESCAPE_MONITOR_CONFIG enum
Sandy Stutsman
sstutsma at redhat.com
Wed Jun 24 11:31:27 PDT 2015
New escape for sending monitor position information from guest to client
---
Changes since v2:
Remove specific escape structure in favor of using QXL_HEAD
---
spice/qxl_windows.h | 1 +
1 file changed, 1 insertion(+)
diff --git a/spice/qxl_windows.h b/spice/qxl_windows.h
index d1df684..bc2ceff 100644
--- a/spice/qxl_windows.h
+++ b/spice/qxl_windows.h
@@ -7,6 +7,7 @@
enum {
QXL_ESCAPE_SET_CUSTOM_DISPLAY = 0x10001,
+ QXL_ESCAPE_MONITOR_CONFIG
};
typedef struct SPICE_ATTR_PACKED QXLEscapeSetCustomDisplay {
--
1.9.5.msysgit.0
More information about the Spice-devel
mailing list