VirtualBox

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


Ignore:
Timestamp:
Apr 25, 2013 8:18:22 PM (12 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
85301
Message:

Main/Display: cosmetics

File:
1 edited

Legend:

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

    r45740 r45743  
    10361036    /* If VBVA is not in use then this flag will not be set and this
    10371037     * will still work as it should. */
    1038     if (!(maFramebuffers[0].fDisabled))
     1038    if (!maFramebuffers[0].fDisabled)
    10391039    {
    10401040        x1 = (int32_t)maFramebuffers[0].xOrigin;
     
    10451045    for (unsigned i = 1; i < mcMonitors; ++i)
    10461046    {
    1047         if (!(maFramebuffers[i].fDisabled))
     1047        if (!maFramebuffers[i].fDisabled)
    10481048        {
    10491049            x1 = RT_MIN(x1, maFramebuffers[i].xOrigin);
     
    26802680                 */
    26812681                if (   pFBInfo->fDefaultFormat
    2682                     && !(pFBInfo->fDisabled))
     2682                    && !pFBInfo->fDisabled)
    26832683                {
    26842684                    address = NULL;
     
    28092809        {
    28102810            if (   !pFBInfo->pFramebuffer.isNull()
    2811                 && !(pFBInfo->fDisabled)
     2811                && !pFBInfo->fDisabled
    28122812                && pFBInfo->u32ResizeStatus == ResizeStatus_Void)
    28132813            {
     
    33153315
    33163316#ifdef VBOX_WITH_VPX
    3317     if (VideoRecIsEnabled(pDisplay->mpVideoRecContext))
     3317    if (   pDisplay->mpVideoRecContext
     3318        && VideoRecIsEnabled(pDisplay->mpVideoRecContext))
    33183319    {
    33193320        uint32_t u32VideoRecImgFormat = VPX_IMG_FMT_NONE;
     
    33243325        DISPLAYFBINFO *pFBInfo = &pDisplay->maFramebuffers[VBOX_VIDEO_PRIMARY_SCREEN];
    33253326
    3326         if (    !pFBInfo->pFramebuffer.isNull()
    3327             && !(pFBInfo->fDisabled)
     3327        if (   !pFBInfo->pFramebuffer.isNull()
     3328            && !pFBInfo->fDisabled
    33283329            && pFBInfo->u32ResizeStatus == ResizeStatus_Void)
    33293330        {
     
    39113912            }
    39123913            else if (   !pFBInfo->pFramebuffer.isNull()
    3913                      && !(pFBInfo->fDisabled))
     3914                     && !pFBInfo->fDisabled)
    39143915            {
    39153916                /* Render VRAM content to the framebuffer. */
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette