VirtualBox

Changeset 78343 in vbox for trunk/src


Ignore:
Timestamp:
Apr 29, 2019 7:31:32 AM (6 years ago)
Author:
vboxsync
Message:

DisplayImpl.cpp: verify that the graphics controller is enabled.

File:
1 edited

Legend:

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

    r77703 r78343  
    13921392        }
    13931393    }
    1394     mpDrv->pUpPort->pfnReportHostCursorCapabilities(mpDrv->pUpPort, fRenderCursor, fMoveCursor);
     1394
     1395    if (mpDrv)
     1396        mpDrv->pUpPort->pfnReportHostCursorCapabilities(mpDrv->pUpPort, fRenderCursor, fMoveCursor);
    13951397}
    13961398
     
    28732875    if (!ptrVM.isOk())
    28742876        return ptrVM.rc();
     2877
     2878    CHECK_CONSOLE_DRV(mpDrv);
    28752879
    28762880    bool fSetRenderVRAM = false;
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