VirtualBox

Ignore:
Timestamp:
Mar 29, 2010 9:17:52 AM (15 years ago)
Author:
vboxsync
Message:

FE/Qt4: 2D: coding style; spelling; never ever forward declare inline, use *one* rule at the file header

File:
1 edited

Legend:

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

    r27757 r27768  
    3939class UIActionsPool;
    4040class UIConsoleCallback;
     41class UIFrameBuffer;
    4142class UIMachine;
    4243class UIMachineMenuBar;
     
    143144    /* return a persisted framebuffer for the given screen
    144145     * see comment below for the m_FrameBufferVector field */
    145     class UIFrameBuffer* persistedBrameBuffer(ulong screenId);
     146    UIFrameBuffer* frameBuffer(ulong screenId) const;
    146147    /* @return VINF_SUCCESS - on success
    147148     * VERR_INVALID_PARAMETER - if screenId is invalid */
    148     int setPersistedBrameBuffer(ulong screenId, class UIFrameBuffer* pFrameBuffer);
     149    int setFrameBuffer(ulong screenId, UIFrameBuffer* pFrameBuffer);
    149150#endif
    150151
     
    214215#ifdef VBOX_WITH_VIDEOHWACCEL
    215216    /* When 2D is enabled we do not re-create Framebuffers. This is done
    216      * 1. to avoid 2D command loss during the time slot when no framebuffer is assigned to the display
     217     * 1. to avoid 2D command loss during the time slot when no framebuffer is
     218     *    assigned to the display
    217219     * 2. to make it easier to preserve the current 2D state */
    218     QVector<class UIFrameBuffer*> m_FrameBufferVector;
     220    QVector<UIFrameBuffer*> m_FrameBufferVector;
    219221#endif
    220222
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