VirtualBox

Changeset 51460 in vbox for trunk/src/VBox/Main/include


Ignore:
Timestamp:
May 29, 2014 12:44:48 PM (11 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
94030
Message:

main: async call crogl when needed

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/include/DisplayImpl.h

    r51436 r51460  
    371371    void vbvaReleaseCmd(VBVACMDHDR *pHdr, int32_t cbCmd);
    372372
    373     void handleResizeCompletedEMT(unsigned uScreenId);
     373    void handleResizeCompletedEMT(unsigned uScreenId, BOOL fResizeContext);
    374374
    375375    RTCRITSECT mVBVALock;
     
    390390    int crCtlSubmit(struct VBOXCRCMDCTL* pCmd, uint32_t cbCmd, PFNCRCTLCOMPLETION pfnCompletion, void *pvCompletion);
    391391    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);
    392395    /* performs synchronous request processing if 3D backend has something to display
    393396     * this is primarily to work-around 3d<->main thread deadlocks on OSX
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette