Changeset 35871 in vbox for trunk/src/VBox/Main/include
- Timestamp:
- Feb 7, 2011 1:19:21 PM (14 years ago)
- svn:sync-xref-src-repo-rev:
- 69877
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/include/MouseImpl.h
r35638 r35871 130 130 const ComObjPtr<EventSource> mEventSource; 131 131 VBoxEventDesc mMouseEvent; 132 133 void fireMouseEvent(bool fAbsolute, LONG x, LONG y, LONG dz, LONG dw, LONG Buttons); 134 #else 135 void fireMouseEvent(bool fAbsolute, LONG x, LONG y, LONG dz, LONG dw, LONG Buttons) 136 {} 132 137 #endif 133 138 };
Note:
See TracChangeset
for help on using the changeset viewer.