Changeset 26935 in vbox for trunk/src/VBox/Frontends/VBoxBFE/MouseImpl.h
- Timestamp:
- Mar 2, 2010 10:32:28 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VBoxBFE/MouseImpl.h
r26834 r26935 129 129 130 130 static DECLCALLBACK(void *) drvQueryInterface(PPDMIBASE pInterface, const char *pszIID); 131 static DECLCALLBACK(void) mouse AbsModeChange (PPDMIMOUSECONNECTOR pInterface, bool fAbs);131 static DECLCALLBACK(void) mouseReportModes (PPDMIMOUSECONNECTOR pInterface, bool fRel, bool fAbs); 132 132 static DECLCALLBACK(int) drvConstruct(PPDMDRVINS pDrvIns, PCFGMNODE pCfg, uint32_t fFlags); 133 133 static DECLCALLBACK(void) drvDestruct(PPDMDRVINS pDrvIns);
Note:
See TracChangeset
for help on using the changeset viewer.