Changeset 47259 in vbox for trunk/src/VBox/ExtPacks
- Timestamp:
- Jul 19, 2013 1:58:26 PM (12 years ago)
- svn:sync-xref-src-repo-rev:
- 87388
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/ExtPacks/BusMouseSample/BusMouse.cpp
r47208 r47259 613 613 static DECLCALLBACK(int) mouPutEventMT(PPDMIMOUSEPORT pInterface, uint32_t x, 614 614 uint32_t y, uint32_t cContact, 615 boolfContact)615 uint32_t fContact) 616 616 { 617 617 AssertFailedReturn(VERR_NOT_SUPPORTED);
Note:
See TracChangeset
for help on using the changeset viewer.