VirtualBox

Ignore:
Timestamp:
Feb 14, 2023 11:18:01 AM (2 years ago)
Author:
vboxsync
Message:

FE/Qt: bugref:10322: Runtime UI: Reworking CDisplay wrapper usage step-by-step; This one is about various seamless/scaled modes flags.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Frontends/VirtualBox/src/runtime/seamless/UIMachineViewSeamless.cpp

    r98432 r98556  
    4646/* COM includes: */
    4747#include "CConsole.h"
    48 #include "CDisplay.h"
    4948
    5049/* Other VBox includes: */
     
    136135{
    137136    /* Set seamless feature flag to the guest: */
    138     display().SetSeamlessMode(true);
     137    uimachine()->setSeamlessMode(true);
    139138}
    140139
     
    143142    /* Reset seamless feature flag if possible: */
    144143    if (uimachine()->isRunning())
    145         display().SetSeamlessMode(false);
     144        uimachine()->setSeamlessMode(false);
    146145}
    147146
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette