From e93fdd47ef3a3e98972918a76649073bf5ed0358 Mon Sep 17 00:00:00 2001 From: Sandy Stutsman Date: Wed, 24 Jun 2015 14:31:27 -0400 Subject: [PATCH] Add QXL_ESCAPE_MONITOR_CONFIG enum New escape for sending monitor position information from guest to client --- 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 {