VirtualBox

Changeset 57191 in vbox for trunk/src/VBox/Main


Ignore:
Timestamp:
Aug 5, 2015 12:22:01 PM (9 years ago)
Author:
vboxsync
Message:

pdmifs.h: ViewPort -> Viewport, docs.

File:
1 edited

Legend:

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

    r57088 r57191  
    26902690#endif /* VBOX_WITH_CROGL && VBOX_WITH_HGCM */
    26912691
    2692 #ifdef VBOX_WITH_VMSVGA
    26932692    /* The driver might not have been constructed yet */
    2694     if (mpDrv)
    2695         mpDrv->pUpPort->pfnSetViewPort(mpDrv->pUpPort, aScreenId, aX, aY, aWidth, aHeight);
    2696 #endif
     2693    if (mpDrv && mpDrv->pUpPort->pfnSetViewport)
     2694        mpDrv->pUpPort->pfnSetViewport(mpDrv->pUpPort, aScreenId, aX, aY, aWidth, aHeight);
    26972695
    26982696    return S_OK;
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