Changeset 6455 in vbox
- Timestamp:
- Jan 22, 2008 5:06:40 PM (17 years ago)
- svn:sync-xref-src-repo-rev:
- 27431
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/VBoxConsoleView.cpp
r6443 r6455 1747 1747 switch (event->type) 1748 1748 { 1749 /* We have to handle XFocusOut right here as this event is not passed 1750 * to VBoxConsoleView::event(). Handling this event is important for 1751 * releasing the keyboard before the screen saver gets active. */ 1752 case XFocusOut: 1753 if (isRunning ()) 1754 focusEvent (false); 1755 return false; 1749 1756 case XKeyPress: 1750 1757 case XKeyRelease:
Note:
See TracChangeset
for help on using the changeset viewer.