Changeset 51460 in vbox for trunk/src/VBox/Main/include
- Timestamp:
- May 29, 2014 12:44:48 PM (11 years ago)
- svn:sync-xref-src-repo-rev:
- 94030
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/include/DisplayImpl.h
r51436 r51460 371 371 void vbvaReleaseCmd(VBVACMDHDR *pHdr, int32_t cbCmd); 372 372 373 void handleResizeCompletedEMT(unsigned uScreenId );373 void handleResizeCompletedEMT(unsigned uScreenId, BOOL fResizeContext); 374 374 375 375 RTCRITSECT mVBVALock; … … 390 390 int crCtlSubmit(struct VBOXCRCMDCTL* pCmd, uint32_t cbCmd, PFNCRCTLCOMPLETION pfnCompletion, void *pvCompletion); 391 391 int crCtlSubmitSync(struct VBOXCRCMDCTL* pCmd, uint32_t cbCmd); 392 /* copies the given command and submits it asynchronously, 393 * i.e. the pCmd data may be discarded right after the call returns */ 394 int crCtlSubmitAsyncCmdCopy(struct VBOXCRCMDCTL* pCmd, uint32_t cbCmd); 392 395 /* performs synchronous request processing if 3D backend has something to display 393 396 * this is primarily to work-around 3d<->main thread deadlocks on OSX
Note:
See TracChangeset
for help on using the changeset viewer.