Changeset 51440 in vbox for trunk/src/VBox
- Timestamp:
- May 28, 2014 10:27:46 AM (11 years ago)
- svn:sync-xref-src-repo-rev:
- 93996
- Location:
- trunk/src/VBox
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/runtime/UIMachineView.cpp
r51436 r51440 551 551 /* Check if the framebuffer is already assigned; 552 552 * 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); 554 554 if (fb.raw() != m_pFrameBuffer) /* <-this will evaluate to true iff no framebuffer is yet assigned */ 555 555 { -
trunk/src/VBox/Main/idl/VirtualBox.xidl
r51436 r51440 15629 15629 </desc> 15630 15630 <param name="screenId" type="unsigned long" dir="in"/> 15631 <param name="framebuffer" type="IFramebuffer" dir=" out"/>15631 <param name="framebuffer" type="IFramebuffer" dir="return"/> 15632 15632 </method> 15633 15633
Note:
See TracChangeset
for help on using the changeset viewer.