summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSandy Stutsman <sstutsma@redhat.com>2015-06-24 14:31:27 -0400
committerChristophe Fergeau <cfergeau@redhat.com>2015-06-30 16:23:42 +0200
commite93fdd47ef3a3e98972918a76649073bf5ed0358 (patch)
tree8f0f279e319fc1b3fb5fd4800baaa11eea261041
parent67fb3306f8b2db55c378e550adfd0d8e9fe40d9e (diff)
Add QXL_ESCAPE_MONITOR_CONFIG enum
New escape for sending monitor position information from guest to client
-rw-r--r--spice/qxl_windows.h1
1 files changed, 1 insertions, 0 deletions
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 {