VirtualBox

Changeset 58048 in vbox


Ignore:
Timestamp:
Oct 6, 2015 10:11:23 AM (9 years ago)
Author:
vboxsync
Message:

DisplayImpl: warning.

File:
1 edited

Legend:

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

    r57809 r58048  
    13051305        DISPLAYFBINFO *pFBInfo = &maFramebuffers[uScreenId];
    13061306
    1307         if (  !pFBInfo->pFramebuffer.isNull()
    1308             & RT_BOOL(pFBInfo->u32Caps & FramebufferCapabilities_VisibleRegion))
     1307        if (   !pFBInfo->pFramebuffer.isNull()
     1308            && RT_BOOL(pFBInfo->u32Caps & FramebufferCapabilities_VisibleRegion))
    13091309        {
    13101310            /* Prepare a new array of rectangles which intersect with the framebuffer.
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