儲存庫 vbox 的更動 34476
- 時間撮記:
- 2010-11-29 下午03:44:39 (14 年 以前)
- 位置:
- trunk/src/VBox/Frontends/VirtualBox/src/runtime
- 檔案:
-
- 修改 2 筆資料
圖例:
- 未更動
- 新增
- 刪除
-
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))
注意:
瀏覽 TracChangeset
來幫助您使用更動檢視器