Changeset 52237 in vbox for trunk/src/VBox/Main/src-client
- Timestamp:
- Jul 30, 2014 3:01:30 PM (11 years ago)
- svn:sync-xref-src-repo-rev:
- 95313
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/src-client/DisplayImpl.cpp
r52200 r52237 3759 3759 pData->aParms[0].u.pointer.addr = &pDisplay->mCrOglScreenshotData; 3760 3760 pData->aParms[0].u.pointer.size = sizeof(pDisplay->mCrOglScreenshotData); 3761 rc = pDisplay->i_crCtlSubmit(&pData->Hdr, sizeof(*pData), i_displayCrCmdFree, pData);3761 rc = pDisplay->i_crCtlSubmit(&pData->Hdr, sizeof(*pData), NULL, NULL); 3762 3762 if (!RT_SUCCESS(rc)) 3763 3763 AssertMsgFailed(("crCtlSubmit failed rc %d\n", rc));
Note:
See TracChangeset
for help on using the changeset viewer.