Changeset 78995 in vbox for trunk/include/VBox/vmm
- Timestamp:
- Jun 5, 2019 1:30:45 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/vmm/pdmifs.h
r77451 r78995 1528 1528 * @param fForce Whether to deliver the request to the guest even if the guest has 1529 1529 * the requested resolution already. 1530 * @param fMayNotify Whether to send a hotplug notification to the guest if appropriate. 1530 1531 */ 1531 1532 DECLR3CALLBACKMEMBER(int, pfnRequestDisplayChange,(PPDMIVMMDEVPORT pInterface, uint32_t cDisplays, 1532 struct VMMDevDisplayDef const *paDisplays, bool fForce ));1533 struct VMMDevDisplayDef const *paDisplays, bool fForce, bool fMayNotify)); 1533 1534 1534 1535 /** … … 1628 1629 } PDMIVMMDEVPORT; 1629 1630 /** PDMIVMMDEVPORT interface ID. */ 1630 #define PDMIVMMDEVPORT_IID " 2ccc19a5-742a-4af0-a7d3-31ea67ff50e9"1631 #define PDMIVMMDEVPORT_IID "9e004f1a-875d-11e9-a673-c77c30f53623" 1631 1632 1632 1633
Note:
See TracChangeset
for help on using the changeset viewer.