mirror of
https://gitlab.uni-freiburg.de/opensourcevdi/spice-protocol
synced 2026-01-02 14:36:54 +00:00
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);
25 lines
428 B
Makefile
25 lines
428 B
Makefile
NULL =
|
|
|
|
spice_protocol_includedir = $(includedir)/spice-1/spice
|
|
|
|
spice_protocol_include_HEADERS = \
|
|
barrier.h \
|
|
controller_prot.h \
|
|
end-packed.h \
|
|
enums.h \
|
|
error_codes.h \
|
|
foreign_menu_prot.h \
|
|
ipc_ring.h \
|
|
macros.h \
|
|
protocol.h \
|
|
qxl_dev.h \
|
|
qxl_windows.h \
|
|
start-packed.h \
|
|
stats.h \
|
|
types.h \
|
|
vd_agent.h \
|
|
vdi_dev.h \
|
|
$(NULL)
|
|
|
|
-include $(top_srcdir)/git.mk
|