summaryrefslogtreecommitdiffstats
path: root/spice/qxl_windows.h
Commit message (Collapse)AuthorAgeFilesLines
* Add QXL_ESCAPE_MONITOR_CONFIG enumSandy Stutsman2015-06-301-0/+1
| | | | New escape for sending monitor position information from guest to client
* Add QXL_ESCAPE_SET_CUSTOM_DISPLAYMarc-André Lureau2012-05-111-0/+20
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);