- Timestamp:
- Jun 11, 2014 3:07:56 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/src-client/DisplayImpl.cpp
r51606 r51607 3813 3813 pData->aParms[0].u.pointer.addr = &pDisplay->mCrOglScreenshotData; 3814 3814 pData->aParms[0].u.pointer.size = sizeof (pDisplay->mCrOglScreenshotData); 3815 intrc = pDisplay->crCtlSubmit(&pData->Hdr, sizeof (*pData), displayCrCmdFree, pData);3815 rc = pDisplay->crCtlSubmit(&pData->Hdr, sizeof (*pData), displayCrCmdFree, pData); 3816 3816 if (!RT_SUCCESS(rc)) 3817 3817 AssertMsgFailed(("crCtlSubmit failed rc %d\n", rc)); … … 3841 3841 && !pFBInfo->fDisabled) 3842 3842 { 3843 intrc = VERR_NOT_SUPPORTED;3843 rc = VERR_NOT_SUPPORTED; 3844 3844 if ( pFBInfo->fVBVAEnabled 3845 3845 && pFBInfo->pu8FramebufferVRAM)
Note:
See TracChangeset
for help on using the changeset viewer.