Changeset 77133 in vbox for trunk/src/VBox
- Timestamp:
- Feb 1, 2019 5:46:58 PM (6 years ago)
- svn:sync-xref-src-repo-rev:
- 128592
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/src-client/DisplayImpl.cpp
r77130 r77133 4454 4454 } 4455 4455 4456 DECLCALLBACK(void) Display::i_displayVBVAReportCursorPosition(PPDMIDISPLAYCONNECTOR pInterface, uint32_t fFlags, ULONGaScreenId, uint32_t x, uint32_t y)4456 DECLCALLBACK(void) Display::i_displayVBVAReportCursorPosition(PPDMIDISPLAYCONNECTOR pInterface, uint32_t fFlags, uint32_t aScreenId, uint32_t x, uint32_t y) 4457 4457 { 4458 4458 LogFlowFunc(("\n"));
Note:
See TracChangeset
for help on using the changeset viewer.