Changeset 1339 in vbox for trunk/src/VBox/Frontends/VirtualBox/include
- Timestamp:
- Mar 8, 2007 5:13:23 PM (18 years ago)
- svn:sync-xref-src-repo-rev:
- 19313
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/include/VBoxConsoleView.h
r1285 r1339 239 239 WPARAM wParam, LPARAM lParam); 240 240 #elif defined (Q_WS_MAC) 241 # ifndef VBOX_WITH_HACKED_QT 241 242 static pascal OSStatus darwinEventHandlerProc (EventHandlerCallRef inHandlerCallRef, 242 243 EventRef inEvent, void *inUserData); 244 # else /* VBOX_WITH_HACKED_QT */ 245 static bool macEventFilter (EventRef inEvent, void *inUserData); 246 # endif /* VBOX_WITH_HACKED_QT */ 243 247 #endif 244 248
Note:
See TracChangeset
for help on using the changeset viewer.