Changeset 43264 in vbox
- Timestamp:
- Sep 10, 2012 9:39:43 AM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/runtime/UIMachineView.cpp
r43014 r43264 587 587 * the view in order to respect the thread synchonisation logic 588 588 * (see UIFrameBuffer.h). */ 589 /* * @noteVBOX_WITH_CROGL additionally requires us to call589 /* Note! VBOX_WITH_CROGL additionally requires us to call 590 590 * SetFramebuffer to ensure 3D gets notified of view being 591 591 * destroyed */ … … 884 884 return image; 885 885 } 886 else887 886 # endif /* VBOX_GUI_USE_QUARTZ2D */ 888 889 890 887 /* In image mode we have to create the image ref out of the 888 * framebuffer */ 889 return frameBuffertoCGImageRef(m_pFrameBuffer); 891 890 } 892 891 return 0;
Note:
See TracChangeset
for help on using the changeset viewer.