Changeset 54602 in vbox for trunk/src/VBox/Frontends/VirtualBox
- Timestamp:
- Mar 3, 2015 4:47:15 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/runtime/UIFrameBuffer.cpp
r54598 r54602 390 390 } 391 391 392 virtual HRESULT init(UIMachineView *pView , CSession * aSession, uint32_t id)392 virtual HRESULT init(UIMachineView *pView) 393 393 { 394 394 mpView = pView; 395 395 UIFrameBufferPrivate::init(mpView); 396 mOverlay.init(mpView->viewport(), mpView, aSession, id),396 mOverlay.init(mpView->viewport(), mpView, &(mpView->session()), mpView->screenId()), 397 397 /* sync with frame-buffer */ 398 398 mOverlay.onResizeEventPostprocess (VBoxFBSizeInfo(this), QPoint(mpView->contentsX(), mpView->contentsY()));
Note:
See TracChangeset
for help on using the changeset viewer.