Changeset 77451 in vbox for trunk/src/VBox/Devices/Graphics/DevVGA.h
- Timestamp:
- Feb 25, 2019 6:32:10 AM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Graphics/DevVGA.h
r77370 r77451 586 586 uint32_t fNotifyGuest); 587 587 DECLCALLBACK(void) vbvaPortReportHostCursorCapabilities(PPDMIDISPLAYPORT pInterface, bool fSupportsRenderCursor, bool fSupportsMoveCursor); 588 DECLCALLBACK(void) vbvaPortReportHostCursorPosition(PPDMIDISPLAYPORT pInterface, uint32_t x, uint32_t y );588 DECLCALLBACK(void) vbvaPortReportHostCursorPosition(PPDMIDISPLAYPORT pInterface, uint32_t x, uint32_t y, bool fOutOfRange); 589 589 590 590 # ifdef VBOX_WITH_VDMA
Note:
See TracChangeset
for help on using the changeset viewer.