Changeset 48887 in vbox
- Timestamp:
- Oct 4, 2013 1:30:32 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/platform/darwin/DarwinKeyboard.cpp
r48825 r48887 22 22 *******************************************************************************/ 23 23 #define LOG_GROUP LOG_GROUP_GUI 24 //#define VBOX_WITH_KBD_LEDS_SYNC24 #define VBOX_WITH_KBD_LEDS_SYNC 25 25 26 26 #include "DarwinKeyboard.h" … … 1515 1515 { 1516 1516 #ifdef VBOX_WITH_KBD_LEDS_SYNC 1517 return NULL; 1518 1517 1519 IOReturn rc; 1518 1520 VBoxHidsState_t *hidsState; … … 1626 1628 { 1627 1629 #ifdef VBOX_WITH_KBD_LEDS_SYNC 1630 return 0; 1631 1628 1632 VBoxHidsState_t *hidsState = (VBoxHidsState_t *)pState; 1629 1633
Note:
See TracChangeset
for help on using the changeset viewer.

