summaryrefslogtreecommitdiffstats
path: root/spice/Makefile.am
diff options
context:
space:
mode:
authorMarc-André Lureau <marcandre.lureau@gmail.com>2012-05-11 17:48:47 +0200
committerMarc-André Lureau <marcandre.lureau@gmail.com>2012-05-11 18:19:25 +0200
commit26cd1946a5c959a53c78fa16f1b3e84a9682121b (patch)
tree0812e30f268f693121b50e957f074feec0eed5a0 /spice/Makefile.am
parent0d01de3108853e1f7ea026fdbc2feb9183d65dc2 (diff)
downloadspice-protocol-26cd1946a5c959a53c78fa16f1b3e84a9682121b.tar.gz
spice-protocol-26cd1946a5c959a53c78fa16f1b3e84a9682121b.tar.xz
spice-protocol-26cd1946a5c959a53c78fa16f1b3e84a9682121b.zip
Add QXL_ESCAPE_SET_CUSTOM_DISPLAY
QXL_ESCAPE_SET_CUSTOM_DISPLAY is Windows specific message to tell the display & miniport driver to update the mode table with a custom resolution. The mode table needs to be forcefully refreshed after setting a custom display, it can be done by querying an invalid/unknown mode: EnumDisplaySettings(dev_name, 0xffffff, &tempDevMode);
Diffstat (limited to 'spice/Makefile.am')
-rw-r--r--spice/Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/spice/Makefile.am b/spice/Makefile.am
index 167b69c..a54ae89 100644
--- a/spice/Makefile.am
+++ b/spice/Makefile.am
@@ -13,6 +13,7 @@ spice_protocol_include_HEADERS = \
macros.h \
protocol.h \
qxl_dev.h \
+ qxl_windows.h \
start-packed.h \
stats.h \
types.h \