Changeset 83156 in vbox for trunk/include/VBox/vmm
- Timestamp:
- Feb 25, 2020 6:19:56 PM (5 years ago)
- svn:sync-xref-src-repo-rev:
- 136277
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/vmm/pdmifs.h
r83142 r83156 712 712 713 713 /** 714 * Notify the graphics device about the monitor positions since the ones we get from vmwgfx FIFO are not correct. In an ideal 715 * universe this method should not be here. 716 * 717 * @param pInterface Pointer to this interface. 718 * @param cPositions Number of monitor positions 719 * @param pPosition Monitor positions (offsets/origins) array 714 * Notify the graphics device about the monitor positions since the ones we get 715 * from vmwgfx FIFO are not correct. 716 * 717 * In an ideal universe this method should not be here. 718 * 719 * @param pInterface Pointer to this interface. 720 * @param cPositions Number of monitor positions. 721 * @param paPositions Monitor positions (offsets/origins) array. 720 722 * @thread Any. 721 723 */ 722 DECLR3CALLBACKMEMBER(void, pfnReportMonitorPositions, (PPDMIDISPLAYPORT pInterface, uint32_t cPositions, PRTPOINT pPosition)); 724 DECLR3CALLBACKMEMBER(void, pfnReportMonitorPositions, (PPDMIDISPLAYPORT pInterface, uint32_t cPositions, 725 PCRTPOINT paPositions)); 723 726 724 727 } PDMIDISPLAYPORT;
Note:
See TracChangeset
for help on using the changeset viewer.