Changeset 23015 in vbox for trunk/src/VBox/Main/DisplayImpl.cpp
- Timestamp:
- Sep 14, 2009 5:00:11 PM (16 years ago)
- svn:sync-xref-src-repo-rev:
- 52311
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/DisplayImpl.cpp
r23012 r23015 1694 1694 1695 1695 /* pdm.h says that this has to be called from the EMT thread */ 1696 PVMREQ pReq; 1697 int rcVBox = VMR3ReqCallVoid(pVM, VMCPUID_ANY, &pReq, RT_INDEFINITE_WAIT, 1698 (PFNRT)mpDrv->pUpPort->pfnUpdateDisplayAll, 1, mpDrv->pUpPort); 1699 if (RT_SUCCESS(rcVBox)) 1700 VMR3ReqFree(pReq); 1701 1696 int rcVBox = VMR3ReqCallVoidWait(pVM, VMCPUID_ANY, 1697 (PFNRT)mpDrv->pUpPort->pfnUpdateDisplayAll, 1, mpDrv->pUpPort); 1702 1698 alock.enter (); 1703 1699
Note:
See TracChangeset
for help on using the changeset viewer.