VirtualBox

Ignore:
Timestamp:
Dec 21, 2010 5:08:46 PM (14 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
69130
Message:

UIFrameBufferQuartz2D: fixed incorrect r69057: framebuffer must not be changed.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Frontends/VirtualBox/src/runtime/UIFrameBufferQuartz2D.cpp

    r35215 r35281  
    443443void UIFrameBufferQuartz2D::setView(UIMachineView *pView)
    444444{
    445     clean();
    446     m_pMachineLogic = NULL;
    447     m_pDataAddress = NULL;
    448 
    449445    if (pView)
    450     {
    451446        m_pMachineLogic = pView->machineLogic();
    452447
    453         UIResizeEvent event(FramebufferPixelFormat_Opaque,
    454                         NULL, 0, 0, 640, 480);
    455         UIFrameBufferQuartz2D::resizeEvent (&event);
    456     }
    457 
    458448    UIFrameBuffer::setView(pView);
    459449}
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette