VirtualBox

Changeset 2266 in vbox


Ignore:
Timestamp:
Apr 20, 2007 12:25:13 PM (18 years ago)
Author:
vboxsync
Message:

Do not access framebuffer when it is being resized.

File:
1 edited

Legend:

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

    r2219 r2266  
    11071107    }
    11081108
    1109     /* Draw the framebuffer. */
    1110     vbvaRgnUpdateFramebuffer (&rgn);
     1109    if (mu32ResizeStatus == ResizeStatus_Void)
     1110    {
     1111        /* Draw the framebuffer. */
     1112        vbvaRgnUpdateFramebuffer (&rgn);
     1113    }
    11111114}
    11121115
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