Changeset 46937 in vbox for trunk/src/VBox/Main/include
- Timestamp:
- Jul 3, 2013 1:42:06 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/include/MouseImpl.h
r44580 r46937 84 84 85 85 static DECLCALLBACK(void *) drvQueryInterface(PPDMIBASE pInterface, const char *pszIID); 86 static DECLCALLBACK(void) mouseReportModes (PPDMIMOUSECONNECTOR pInterface, bool fRel, bool fAbs );86 static DECLCALLBACK(void) mouseReportModes (PPDMIMOUSECONNECTOR pInterface, bool fRel, bool fAbs, bool); 87 87 static DECLCALLBACK(int) drvConstruct(PPDMDRVINS pDrvIns, PCFGMNODE pCfg, uint32_t fFlags); 88 88 static DECLCALLBACK(void) drvDestruct(PPDMDRVINS pDrvIns);
Note:
See TracChangeset
for help on using the changeset viewer.