VirtualBox

Changeset 46057 in vbox


Ignore:
Timestamp:
May 14, 2013 11:02:23 AM (12 years ago)
Author:
vboxsync
Message:

backout r85727

File:
1 edited

Legend:

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

    r46055 r46057  
    657657
    658658    /* If there is no framebuffer, this call is not interesting. */
    659     if (uScreenId >= mcMonitors)
     659    if (   uScreenId >= mcMonitors
     660        || maFramebuffers[uScreenId].pFramebuffer.isNull())
    660661    {
    661662        return VINF_SUCCESS;
     
    668669    mLastHeight = h;
    669670    mLastFlags = flags;
    670 
    671     if (maFramebuffers[uScreenId].pFramebuffer.isNull())
    672     {
    673         return VINF_SUCCESS;
    674     }
    675671
    676672    ULONG pixelFormat;
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