Changeset 3358 in vbox for trunk/src/VBox/Main
- Timestamp:
- Jul 2, 2007 4:42:41 PM (18 years ago)
- svn:sync-xref-src-repo-rev:
- 22551
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/DisplayImpl.cpp
r3278 r3358 1516 1516 // return setError(E_FAIL, tr("Not enough VRAM for the selected video mode")); 1517 1517 1518 /* Have to leave the lock because the pfnRequestDisplayChnage will call EMT. */ 1519 lock.leave (); 1518 1520 if (mParent->getVMMDev()) 1519 1521 mParent->getVMMDev()->getVMMDevPort()->pfnRequestDisplayChange(mParent->getVMMDev()->getVMMDevPort(), aWidth, aHeight, aColorDepth, aDisplay);
Note:
See TracChangeset
for help on using the changeset viewer.