VirtualBox

Ignore:
Timestamp:
May 28, 2014 10:27:46 AM (11 years ago)
Author:
vboxsync
Message:

Main,Frontends: IDisplay provides the guest screen bitmap to frontends (idl build fix).

File:
1 edited

Legend:

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

    r51436 r51440  
    551551        /* Check if the framebuffer is already assigned;
    552552         * in this case we do not need to re-assign it neither do we need to AddRef. */
    553         display.QueryFramebuffer(m_uScreenId, fb);
     553        fb = display.QueryFramebuffer(m_uScreenId);
    554554        if (fb.raw() != m_pFrameBuffer) /* <-this will evaluate to true iff no framebuffer is yet assigned */
    555555        {
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