Changeset 51482 in vbox for trunk/src/VBox
- Timestamp:
- Jun 2, 2014 9:23:18 AM (11 years ago)
- svn:sync-xref-src-repo-rev:
- 94084
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/src-client/DisplayImpl.cpp
r51476 r51482 2546 2546 mLastHeight, 2547 2547 mLastFlags); 2548 } 2549 2550 alock.release(); 2551 2552 Console::SafeVMPtrQuiet ptrVM(mParent); 2553 if (ptrVM.isOk()) 2554 { 2555 VMR3ReqCallNoWaitU(ptrVM.rawUVM(), VMCPUID_ANY, (PFNRT)Display::InvalidateAndUpdateEMT, 2556 3, this, aScreenId, false); 2548 2557 } 2549 2558 }
Note:
See TracChangeset
for help on using the changeset viewer.