- Timestamp:
- Feb 7, 2017 11:48:22 AM (8 years ago)
- Location:
- trunk/src/VBox/Frontends
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VBoxSDL/VBoxSDL.cpp
r65381 r65653 2562 2562 break; 2563 2563 } 2564 /* fall through if no two-key sequence is used */2565 2564 } 2565 /* fall through */ 2566 2566 2567 2567 case HKEYSTATE_DOWN: -
trunk/src/VBox/Frontends/VirtualBox/src/VBoxFBOverlay.cpp
r65381 r65653 4869 4869 initGl(); 4870 4870 Assert(!mGlOn == !mOverlayImage.hasSurfaces()); 4871 pCmd->rc = VINF_SUCCESS; 4872 break; 4871 4873 case VBOXVHWACMD_TYPE_DISABLE: 4872 4874 pCmd->rc = VINF_SUCCESS; -
trunk/src/VBox/Frontends/VirtualBox/src/runtime/UIMouseHandler.cpp
r65632 r65653 751 751 752 752 /* This event should be also processed using next 'case': */ 753 /* fall thru */754 }753 } 754 /* fall thru */ 755 755 case QEvent::MouseButtonPress: 756 756 case QEvent::MouseButtonDblClick:
Note:
See TracChangeset
for help on using the changeset viewer.