- Timestamp:
- Jan 22, 2009 5:10:16 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/DisplayImpl.cpp
r15874 r16181 1752 1752 LogFlowFunc (("Sending DPYUPDATE request\n")); 1753 1753 1754 /* Have to leave the lock when calling EMT. */ 1755 alock.leave (); 1756 1754 1757 /* pdm.h says that this has to be called from the EMT thread */ 1755 1758 PVMREQ pReq; … … 1758 1761 if (RT_SUCCESS(rcVBox)) 1759 1762 VMR3ReqFree(pReq); 1763 1764 alock.enter (); 1760 1765 1761 1766 if (RT_FAILURE(rcVBox))
Note:
See TracChangeset
for help on using the changeset viewer.