VirtualBox

Changeset 24771 in vbox for trunk/src/VBox


Ignore:
Timestamp:
Nov 18, 2009 6:27:15 PM (15 years ago)
Author:
vboxsync
Message:

FE/Qt: Skip the faded screen shot at the end of a teleportation, it's way to expensive.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Frontends/VirtualBox/src/VBoxConsoleView.cpp

    r24710 r24771  
    33063306    {
    33073307        case KMachineState_Paused:
    3308         case KMachineState_TeleportingPausedVM: /** @todo Live Migration: Check out this */
    3309         {
    3310             if (mode != VBoxDefs::TimerMode && mFrameBuf)
     3308        case KMachineState_TeleportingPausedVM:
     3309        {
     3310            if (    mode != VBoxDefs::TimerMode
     3311                &&  mFrameBuf
     3312                &&  (   state      != KMachineState_TeleportingPausedVM
     3313                     || mLastState != KMachineState_Teleporting)
     3314               )
    33113315            {
    33123316                /*
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