- Timestamp:
- Nov 29, 2010 3:44:39 PM (14 years ago)
- Location:
- trunk/src/VBox/Frontends/VirtualBox/src/runtime
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/runtime/UIKeyboardHandler.cpp
r33944 r34476 135 135 void UIKeyboardHandler::cleanupListener(ulong uIndex) 136 136 { 137 /* Check if we should release keyboard first: */ 138 if (uIndex == m_iKeyboardCaptureViewIndex) 139 releaseKeyboard(); 140 137 141 /* If window still registered: */ 138 142 if (m_windows.contains(uIndex)) -
trunk/src/VBox/Frontends/VirtualBox/src/runtime/UIMouseHandler.cpp
r34475 r34476 117 117 void UIMouseHandler::cleanupListener(ulong uIndex) 118 118 { 119 /* Check if we should release mouse first: */ 120 if (uIndex == m_iMouseCaptureViewIndex) 121 releaseMouse(); 122 119 123 /* If that window still registered: */ 120 124 if (m_windows.contains(uIndex))
Note:
See TracChangeset
for help on using the changeset viewer.