Changeset 26859 in vbox for trunk/src/VBox/Frontends/VirtualBox
- Timestamp:
- Feb 26, 2010 2:49:29 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/runtime/UIMachineView.cpp
r26858 r26859 442 442 case VBoxDefs::Quartz2DMode: 443 443 /* Indicate that we are doing all drawing stuff ourself: */ 444 // pViewport->setAttribute(Qt::WA_PaintOnScreen);444 viewport()->setAttribute(Qt::WA_PaintOnScreen); 445 445 //# ifdef VBOX_WITH_VIDEOHWACCEL 446 446 // m_pFrameBuffer = m_fAccelerate2DVideo ? new VBoxOverlayFrameBuffer<VBoxQuartz2DFrameBuffer>(this, &machineWindowWrapper()->session()) : new UIFrameBufferQuartz2D(this);
Note:
See TracChangeset
for help on using the changeset viewer.