Changeset 38838 in vbox for trunk/src/VBox/Main/src-client
- Timestamp:
- Sep 23, 2011 11:21:55 AM (14 years ago)
- svn:sync-xref-src-repo-rev:
- 74134
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/src-client/DisplayImpl.cpp
r38642 r38838 2288 2288 while (cRetries-- > 0) 2289 2289 { 2290 vrc = VMR3ReqCallWait(pVM, VMCPUID_ANY, (PFNRT)Display::displayTakeScreenshotEMT, 6, 2291 pDisplay, aScreenId, &pu8Data, &cbData, &cx, &cy); 2290 /* Note! Not sure if the priority call is such a good idea here, but 2291 it would be nice to have an accurate screenshot for the bug 2292 report if the VM deadlocks. */ 2293 vrc = VMR3ReqPriorityCallWait(pVM, VMCPUID_ANY, (PFNRT)Display::displayTakeScreenshotEMT, 6, 2294 pDisplay, aScreenId, &pu8Data, &cbData, &cx, &cy); 2292 2295 if (vrc != VERR_TRY_AGAIN) 2293 2296 {
Note:
See TracChangeset
for help on using the changeset viewer.