Changeset 34140 in vbox for trunk/src/VBox/Main/DisplayImpl.cpp
- Timestamp:
- Nov 17, 2010 3:56:34 PM (14 years ago)
- svn:sync-xref-src-repo-rev:
- 67859
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/DisplayImpl.cpp
r33708 r34140 3459 3459 if (pFramebuffer != NULL) 3460 3460 { 3461 pFramebuffer->Lock();3462 3463 3461 HRESULT hr = pFramebuffer->ProcessVHWACommand((BYTE*)pCommand); 3464 3462 if (FAILED(hr)) … … 3466 3464 rc = (hr == E_NOTIMPL) ? VERR_NOT_IMPLEMENTED : VERR_GENERAL_FAILURE; 3467 3465 } 3468 3469 pFramebuffer->Unlock();3470 3466 } 3471 3467 else
Note:
See TracChangeset
for help on using the changeset viewer.