Changeset 98556 in vbox for trunk/src/VBox/Frontends/VirtualBox/src/runtime/seamless/UIMachineViewSeamless.cpp
- Timestamp:
- Feb 14, 2023 11:18:01 AM (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/runtime/seamless/UIMachineViewSeamless.cpp
r98432 r98556 46 46 /* COM includes: */ 47 47 #include "CConsole.h" 48 #include "CDisplay.h"49 48 50 49 /* Other VBox includes: */ … … 136 135 { 137 136 /* Set seamless feature flag to the guest: */ 138 display().SetSeamlessMode(true);137 uimachine()->setSeamlessMode(true); 139 138 } 140 139 … … 143 142 /* Reset seamless feature flag if possible: */ 144 143 if (uimachine()->isRunning()) 145 display().SetSeamlessMode(false);144 uimachine()->setSeamlessMode(false); 146 145 } 147 146
Note:
See TracChangeset
for help on using the changeset viewer.