VirtualBox

Ignore:
Timestamp:
Jun 21, 2017 9:17:51 AM (7 years ago)
Author:
vboxsync
Message:

Main/Display: eliminate the old resize code, the new code is well tested and doing the right thing

File:
1 edited

Legend:

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

    r66396 r67531  
    957957                }
    958958
    959 #ifndef NEW_RESIZE
    960                 i_handleDisplayResize(uScreenId, pScreen->bitsPerPixel,
    961                                                       (uint8_t *)pvVRAM + pFBInfo->u32Offset,
    962                                                       pScreen->u32LineSize,
    963                                                       pScreen->u16Width, pScreen->u16Height,
    964                                                       VBVA_SCREEN_F_ACTIVE);
    965 #else
    966959                i_handleDisplayResize(uScreenId, pScreen->bitsPerPixel,
    967960                                                      (uint8_t *)pvVRAM + pFBInfo->u32Offset,
     
    970963                                                      VBVA_SCREEN_F_ACTIVE,
    971964                                                      pScreen->xOrigin, pScreen->yOrigin, false);
    972 #endif
    973965            }
    974966        }
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