VirtualBox

Ignore:
Timestamp:
Jan 23, 2009 12:49:04 PM (16 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
41969
Message:

displayRefreshCallback: removed obsolete assertion (xTracker #3489).

File:
1 edited

Legend:

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

    r16196 r16199  
    21032103            /* The framebuffer was resized and display data need to be updated. */
    21042104            pDisplay->handleResizeCompletedEMT ();
     2105            if (pFBInfo->u32ResizeStatus != ResizeStatus_Void)
     2106            {
     2107                /* The resize status could be not Void here because a pending resize is issued. */
     2108                continue;
     2109            }
    21052110            /* Continue with normal processing because the status here is ResizeStatus_Void. */
    2106             Assert (pFBInfo->u32ResizeStatus == ResizeStatus_Void);
    21072111            if (uScreenId == VBOX_VIDEO_PRIMARY_SCREEN)
    21082112            {
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