Changeset 47259 in vbox for trunk/include/VBox/vmm
- 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/include/VBox/vmm/pdmifs.h
r47208 r47259 344 344 DECLR3CALLBACKMEMBER(int, pfnPutEventMT,(PPDMIMOUSEPORT pInterface, 345 345 uint32_t x, uint32_t y, 346 uint32_t cContact, boolfContact));346 uint32_t cContact, uint32_t fContact)); 347 347 } PDMIMOUSEPORT; 348 348 /** PDMIMOUSEPORT interface ID. */
Note:
See TracChangeset
for help on using the changeset viewer.