VirtualBox

Ignore:
Timestamp:
Mar 3, 2015 4:47:15 PM (10 years ago)
Author:
vboxsync
Message:

FE/Qt: 6227: Regression crash for for r98729.

File:
1 edited

Legend:

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

    r54598 r54602  
    390390    }
    391391
    392     virtual HRESULT init(UIMachineView *pView, CSession * aSession, uint32_t id)
     392    virtual HRESULT init(UIMachineView *pView)
    393393    {
    394394        mpView = pView;
    395395        UIFrameBufferPrivate::init(mpView);
    396         mOverlay.init(mpView->viewport(), mpView, aSession, id),
     396        mOverlay.init(mpView->viewport(), mpView, &(mpView->session()), mpView->screenId()),
    397397        /* sync with frame-buffer */
    398398        mOverlay.onResizeEventPostprocess (VBoxFBSizeInfo(this), QPoint(mpView->contentsX(), mpView->contentsY()));
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