Changeset 47507 in vbox
- Timestamp:
- Aug 1, 2013 12:09:25 PM (12 years ago)
- svn:sync-xref-src-repo-rev:
- 87686
- Location:
- trunk/src/VBox/Frontends/VirtualBox/src/runtime
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/runtime/UIMachineLogic.h
r47493 r47507 102 102 103 103 /* API: 3D overlay visibility stuff: */ 104 v oid notifyAbout3DOverlayVisibilityChange(bool fVisible);104 virtual void notifyAbout3DOverlayVisibilityChange(bool fVisible); 105 105 106 106 protected slots: -
trunk/src/VBox/Frontends/VirtualBox/src/runtime/seamless/UIMachineLogicSeamless.cpp
r46976 r47507 89 89 } 90 90 91 void UIMachineLogicSeamless::notifyAbout3DOverlayVisibilityChange(bool) 92 { 93 /* Ignore this event in seamless mode. 94 * We have to keep popup-stack integration type 'top-level'. 95 * S.A. UIMachineLogicSeamless::prepareRequiredFeatures(). */ 96 } 97 91 98 void UIMachineLogicSeamless::sltGuestMonitorChange(KGuestMonitorChangedEventType changeType, ulong uScreenId, QRect screenGeo) 92 99 { -
trunk/src/VBox/Frontends/VirtualBox/src/runtime/seamless/UIMachineLogicSeamless.h
r46976 r47507 44 44 bool hasHostScreenForGuestScreen(int iScreenId) const; 45 45 46 /* API: 3D overlay visibility stuff: */ 47 void notifyAbout3DOverlayVisibilityChange(bool fVisible); 48 46 49 private slots: 47 50
Note:
See TracChangeset
for help on using the changeset viewer.