Changeset 51836 in vbox for trunk/include
- Timestamp:
- Jul 3, 2014 9:40:21 AM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/vmm/pdmifs.h
r51752 r51836 518 518 * @returns VBox status code. 519 519 * @param pInterface Pointer to this interface. 520 * @thread The emulation thread. 521 */ 522 DECLR3CALLBACKMEMBER(int, pfnUpdateDisplayAll,(PPDMIDISPLAYPORT pInterface)); 520 * @param fFailOnResize Fail is a resize is pending. 521 * @thread The emulation thread. 522 */ 523 DECLR3CALLBACKMEMBER(int, pfnUpdateDisplayAll,(PPDMIDISPLAYPORT pInterface, bool fFailOnResize)); 523 524 524 525 /** … … 647 648 } PDMIDISPLAYPORT; 648 649 /** PDMIDISPLAYPORT interface ID. */ 649 #define PDMIDISPLAYPORT_IID " 22d3d93d-3407-487a-8308-85367eae00bb"650 #define PDMIDISPLAYPORT_IID "dae29a50-5e24-4fd6-9a6a-65f6bf900acb" 650 651 651 652
Note:
See TracChangeset
for help on using the changeset viewer.