Changeset 1649
- Timestamp:
- 03/22/07 20:20:02 (2 years ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
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);

