Changeset 49965 in vbox for trunk/src/VBox/Frontends/VirtualBox
- Timestamp:
- Dec 17, 2013 8:20:45 PM (11 years ago)
- svn:sync-xref-src-repo-rev:
- 91384
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/platform/darwin/DarwinKeyboard.cpp
r49957 r49965 1281 1281 IOReturn rc = kIOReturnError; 1282 1282 1283 /* Try to resume built-in keyboard. Abort if failed in order to avoid GUI freezes. */1284 int rc1 = SUPR3Resume BuiltinKeyboard();1283 /* Try to resume suspended keyboard devices. Abort if failed in order to avoid GUI freezes. */ 1284 int rc1 = SUPR3ResumeSuspendedKeyboards(); 1285 1285 if (RT_FAILURE(rc1)) 1286 1286 return rc1; … … 1308 1308 CFIndex integerValue; 1309 1309 1310 /* Try to resume built-in keyboard. Abort if failed in order to avoid GUI freezes. */1311 int rc1 = SUPR3Resume BuiltinKeyboard();1310 /* Try to resume suspended keyboard devices. Abort if failed in order to avoid GUI freezes. */ 1311 int rc1 = SUPR3ResumeSuspendedKeyboards(); 1312 1312 if (RT_FAILURE(rc1)) 1313 1313 return rc1;
Note:
See TracChangeset
for help on using the changeset viewer.