VirtualBox

Changeset 3358 in vbox for trunk/src/VBox/Main


Ignore:
Timestamp:
Jul 2, 2007 4:42:41 PM (18 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
22551
Message:

Fixed a deadlock in Display.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/DisplayImpl.cpp

    r3278 r3358  
    15161516//        return setError(E_FAIL, tr("Not enough VRAM for the selected video mode"));
    15171517
     1518    /* Have to leave the lock because the pfnRequestDisplayChnage will call EMT.  */
     1519    lock.leave ();
    15181520    if (mParent->getVMMDev())
    15191521        mParent->getVMMDev()->getVMMDevPort()->pfnRequestDisplayChange(mParent->getVMMDev()->getVMMDevPort(), aWidth, aHeight, aColorDepth, aDisplay);
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