VirtualBox

Changeset 30197 in vbox for trunk


Ignore:
Timestamp:
Jun 15, 2010 1:29:42 PM (15 years ago)
Author:
vboxsync
Message:

FE/Qt: log if 2D video acceleration is actually enabled for this VM

File:
1 edited

Legend:

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

    r29700 r30197  
    750750#endif
    751751
     752    LogRel(("2D video acceleration is %s.\n",
     753           machine.GetAccelerate2DVideoEnabled() && VBoxGlobal::isAcceleration2DVideoAvailable()
     754                 ? "enabled"
     755                 : "disabled"));
     756
    752757    /* Warn listeners about machine was started: */
    753758    emit sigMachineStarted();
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