VirtualBox

Changeset 71652 in vbox


Ignore:
Timestamp:
Apr 4, 2018 12:23:27 PM (7 years ago)
Author:
vboxsync
Message:

DevVGA,VBoxC,++: Code cleanup in progress. bugref:9094 [build fix]

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Frontends/VirtualBox/src/VBoxFBOverlay.cpp

    r71651 r71652  
    34073407    const SurfList & primaryList = mDisplay.primaries().surfaces();
    34083408    uint32_t cPrimary = (uint32_t)primaryList.size();
    3409     if (cPrimary &&
    3410             (mDisplay.getVGA() == NULL || mDisplay.getVGA()->handle() == VBOXVHWA_SURFHANDLE_INVALID))
     3409    if (   cPrimary
     3410        && (   mDisplay.getVGA() == NULL
     3411            || mDisplay.getVGA()->handle() == VBOXVHWA_SURFHANDLE_INVALID))
    34113412    {
    34123413        cPrimary -= 1;
     
    34143415
    34153416    int rc = SSMR3PutU32(pSSM, cPrimary);
     3417    AssertRCReturnVoid(rc);
    34163418    if (cPrimary)
    34173419    {
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