VirtualBox

Ignore:
Timestamp:
Jan 22, 2010 12:54:19 PM (15 years ago)
Author:
vboxsync
Message:

pdmifs.h: another batch of _IID changes.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/DisplayImpl.cpp

    r25966 r25971  
    6161#if defined(VBOX_WITH_VIDEOHWACCEL)
    6262    /** VBVA callbacks */
    63     PPDMDDISPLAYVBVACALLBACKS   pVBVACallbacks;
     63    PPDMIDISPLAYVBVACALLBACKS   pVBVACallbacks;
    6464#endif
    6565} DRVMAINDISPLAY, *PDRVMAINDISPLAY;
     
    33713371    if (RTUuidCompare2Strs(pszIID, PDMIBASE_IID) == 0)
    33723372        return &pDrvIns->IBase;
    3373     if (RTUuidCompare2Strs(pszIID, PDMINTERFACE_DISPLAY_CONNECTOR) == 0)
     3373    if (RTUuidCompare2Strs(pszIID, PDMIDISPLAYCONNECTOR_IID) == 0)
    33743374        return &pDrv->Connector;
    33753375    return NULL;
     
    34493449     * Get the IDisplayPort interface of the above driver/device.
    34503450     */
    3451     pData->pUpPort = (PPDMIDISPLAYPORT)pDrvIns->pUpBase->pfnQueryInterface(pDrvIns->pUpBase, PDMINTERFACE_DISPLAY_PORT);
     3451    pData->pUpPort = PDMIBASE_QUERY_INTERFACE(pDrvIns->pUpBase, PDMIDISPLAYPORT);
    34523452    if (!pData->pUpPort)
    34533453    {
     
    34563456    }
    34573457#if defined(VBOX_WITH_VIDEOHWACCEL)
    3458     pData->pVBVACallbacks = (PPDMDDISPLAYVBVACALLBACKS)pDrvIns->pUpBase->pfnQueryInterface(pDrvIns->pUpBase, PDMINTERFACE_DISPLAY_VBVA_CALLBACKS);
     3458    pData->pVBVACallbacks = PDMIBASE_QUERY_INTERFACE(pDrvIns->pUpBase, PDMIDISPLAYVBVACALLBACKS);
    34593459    if (!pData->pVBVACallbacks)
    34603460    {
Note: See TracChangeset for help on using the changeset viewer.

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