- Timestamp:
- Oct 4, 2013 2:29:30 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/platform/darwin/DarwinKeyboard.cpp
r48887 r48888 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 1519 1517 IOReturn rc; 1520 1518 VBoxHidsState_t *hidsState; … … 1628 1626 { 1629 1627 #ifdef VBOX_WITH_KBD_LEDS_SYNC 1630 return 0;1631 1632 1628 VBoxHidsState_t *hidsState = (VBoxHidsState_t *)pState; 1633 1629
Note:
See TracChangeset
for help on using the changeset viewer.