Changeset 51612 in vbox for trunk/src/VBox/Main/src-client/KeyboardImpl.cpp
- Timestamp:
- Jun 12, 2014 4:46:20 PM (11 years ago)
- svn:sync-xref-src-repo-rev:
- 94351
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/src-client/KeyboardImpl.cpp
r51096 r51612 5 5 6 6 /* 7 * Copyright (C) 2006-201 2Oracle Corporation7 * Copyright (C) 2006-2014 Oracle Corporation 8 8 * 9 9 * This file is part of VirtualBox Open Source Edition (OSE), as … … 285 285 { 286 286 PDRVMAINKEYBOARD pDrv = RT_FROM_MEMBER(pInterface, DRVMAINKEYBOARD, IConnector); 287 pDrv->pKeyboard->getParent()-> onKeyboardLedsChange(RT_BOOL(enmLeds & PDMKEYBLEDS_NUMLOCK),288 RT_BOOL(enmLeds & PDMKEYBLEDS_CAPSLOCK),289 RT_BOOL(enmLeds & PDMKEYBLEDS_SCROLLLOCK));287 pDrv->pKeyboard->getParent()->i_onKeyboardLedsChange(RT_BOOL(enmLeds & PDMKEYBLEDS_NUMLOCK), 288 RT_BOOL(enmLeds & PDMKEYBLEDS_CAPSLOCK), 289 RT_BOOL(enmLeds & PDMKEYBLEDS_SCROLLLOCK)); 290 290 } 291 291
Note:
See TracChangeset
for help on using the changeset viewer.