Changeset 1649 in vbox for trunk/src/VBox
- Timestamp:
- Mar 22, 2007 7:20:02 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/VBoxConsoleView.cpp
r1611 r1649 1538 1538 if (focus) 1539 1539 { 1540 #ifdef __WIN__ 1541 if ( gs.autoCapture() 1542 && GetAncestor (winId(), GA_ROOT) == GetForegroundWindow()) 1543 #else 1540 1544 if (gs.autoCapture()) 1545 #endif /* __WIN__ */ 1541 1546 { 1542 1547 captureKbd (true);
Note:
See TracChangeset
for help on using the changeset viewer.