Changeset 47190 in vbox for trunk/src/VBox/Main/include/MouseImpl.h
- Timestamp:
- Jul 16, 2013 1:44:46 PM (12 years ago)
- svn:sync-xref-src-repo-rev:
- 87296
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/include/MouseImpl.h
r47174 r47190 52 52 53 53 // public initializer/uninitializer for internal purposes only 54 HRESULT init(Console *parent);54 HRESULT init(ConsoleMouseInterface *parent); 55 55 void uninit(); 56 56 … … 70 70 static const PDMDRVREG DrvReg; 71 71 72 Console *getParent() const72 ConsoleMouseInterface *getParent() const 73 73 { 74 74 return mParent; … … 112 112 bool supportsMT(void); 113 113 114 Console * const mParent;114 ConsoleMouseInterface * const mParent; 115 115 /** Pointer to the associated mouse driver. */ 116 116 struct DRVMAINMOUSE *mpDrv[MOUSE_MAX_DEVICES];
Note:
See TracChangeset
for help on using the changeset viewer.