Changeset 48599 in vbox for trunk/src/VBox/Frontends
- Timestamp:
- Sep 20, 2013 2:29:55 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/platform/darwin/DarwinKeyboard.cpp
r48590 r48599 305 305 CFIndex cDevices; 306 306 } VBoxHidsState_t; 307 #endif / * VBOX_WITH_KBD_LEDS_SYNC */307 #endif // !VBOX_WITH_KBD_LEDS_SYNC 308 308 309 309 /******************************************************************************* … … 1358 1358 return rc2; 1359 1359 } 1360 #endif / * VBOX_WITH_KBD_LEDS_SYNC */1360 #endif // !VBOX_WITH_KBD_LEDS_SYNC 1361 1361 1362 1362 /** Save the states of leds for all HID devices attached to the system and return it. */ … … 1450 1450 1451 1451 return NULL; 1452 #else / * VBOX_WITH_KBD_LEDS_SYNC */1452 #else // !VBOX_WITH_KBD_LEDS_SYNC 1453 1453 return NULL; 1454 1454 #endif … … 1506 1506 1507 1507 return rc2; 1508 #else / * VBOX_WITH_KBD_LEDS_SYNC */1508 #else // !VBOX_WITH_KBD_LEDS_SYNC 1509 1509 (void)pState; 1510 1510 return 0; … … 1583 1583 CFRelease(hidManagerRef); 1584 1584 } 1585 #else /* VBOX_WITH_KBD_LEDS_SYNC */ 1585 #else // !VBOX_WITH_KBD_LEDS_SYNC 1586 1586 1587 (void)fNumLockOn; 1587 1588 (void)fCapsLockOn;
Note:
See TracChangeset
for help on using the changeset viewer.