- Timestamp:
- Sep 16, 2013 10:02:59 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/platform/darwin/DarwinKeyboard.cpp
r48501 r48502 42 42 #endif 43 43 #include <IOKit/hid/IOHIDLib.h> 44 #include <IOKit/hid/IOHIDManager.h>45 44 #include <ApplicationServices/ApplicationServices.h> 46 45 #include <Carbon/Carbon.h> … … 1274 1273 IOHIDManagerRef hidManagerRef; 1275 1274 1276 hidManagerRef = IOHIDManagerCreate(kCFAllocatorDefault, kIOHIDManagerOptionNone);1275 hidManagerRef = IOHIDManagerCreate(kCFAllocatorDefault, 0); 1277 1276 if (hidManagerRef) 1278 1277 {
Note:
See TracChangeset
for help on using the changeset viewer.