Changeset 51440 in vbox for trunk/src/VBox/Frontends/VirtualBox
- Timestamp:
- May 28, 2014 10:27:46 AM (11 years ago)
- File:
-
- 1 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 {
Note:
See TracChangeset
for help on using the changeset viewer.