Changeset 39098 in vbox for trunk/src/VBox/Frontends/VirtualBox
- Timestamp:
- Oct 24, 2011 8:53:38 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/runtime/UIMachineView.cpp
r39097 r39098 376 376 * this [VBox|UI] duplication 377 377 * @todo: they are to be removed once VBox stuff is gone */ 378 pFrameBuffer = new VBoxOverlayFrameBuffer<UIFrameBuffer SDL, UIMachineView, UIResizeEvent>(this, &machineWindowWrapper()->session(), (uint32_t)screenId());378 pFrameBuffer = new VBoxOverlayFrameBuffer<UIFrameBufferQuartz2D, UIMachineView, UIResizeEvent>(this, &machineWindowWrapper()->session(), (uint32_t)screenId()); 379 379 } 380 380 else 381 pFrameBuffer = new UIFrameBuffer SDL(this);381 pFrameBuffer = new UIFrameBufferQuartz2D(this); 382 382 # else /* VBOX_WITH_VIDEOHWACCEL */ 383 pFrameBuffer = new UIFrameBuffer SDL(this);383 pFrameBuffer = new UIFrameBufferQuartz2D(this); 384 384 # endif /* !VBOX_WITH_VIDEOHWACCEL */ 385 385 uisession()->setFrameBuffer(screenId(), pFrameBuffer);
Note:
See TracChangeset
for help on using the changeset viewer.