VirtualBox

Changeset 53201 in vbox for trunk/src/VBox/Main/src-client


Ignore:
Timestamp:
Nov 4, 2014 3:30:43 PM (10 years ago)
Author:
vboxsync
Message:

Devices/Main: vmsvga updates

File:
1 edited

Legend:

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

    r53053 r53201  
    25602560    }
    25612561#endif /* VBOX_WITH_CROGL && VBOX_WITH_HGCM */
     2562
     2563#ifdef VBOX_WITH_VMSVGA
     2564    /* The driver might not have been constructed yet */
     2565    if (mpDrv)
     2566    {
     2567        mpDrv->pUpPort->pfnSetViewPort(mpDrv->pUpPort, aScreenId, aX, aY, aWidth, aHeight);
     2568    }
     2569#endif
     2570
    25622571    return S_OK;
    25632572}
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