Changeset 53048 in vbox for trunk/src/VBox/Frontends
- Timestamp:
- Oct 13, 2014 5:29:07 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/runtime/UIMachineView.cpp
r52902 r53048 548 548 * Note: VBOX_WITH_CROGL additionally requires us to call DetachFramebuffer 549 549 * to ensure 3D gets notified of view being destroyed... */ 550 CDisplay display = session().GetConsole().GetDisplay();551 if ( !display.isNull())550 CDisplay display = machineLogic()->console().GetDisplay(); 551 if (machineLogic()->console().isOk() && !display.isNull()) 552 552 display.DetachFramebuffer(m_uScreenId); 553 553
Note:
See TracChangeset
for help on using the changeset viewer.