VirtualBox

Changeset 18669 in vbox for trunk/src


Ignore:
Timestamp:
Apr 3, 2009 12:19:57 AM (16 years ago)
Author:
vboxsync
Message:

DisplayImpl.cpp: Don't bitch about VBOX_VIDEO_INFO_TYPE_NV_HEAP since Miniport/VBoxVideo.cpp *is* pushing it to us. TODO: look at this?

File:
1 edited

Legend:

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

    r16199 r18669  
    315315        maFramebuffers[uScreenId].pendingResize.w           = w;
    316316        maFramebuffers[uScreenId].pendingResize.h           = h;
    317        
     317
    318318        return VINF_VGA_RESIZE_IN_PROGRESS;
    319319    }
     
    376376        if (pFBInfo->pendingResize.fPending)
    377377        {
    378             /* Reset the condition, call the display resize with saved data and continue. 
     378            /* Reset the condition, call the display resize with saved data and continue.
    379379             *
    380380             * Note: handleDisplayResize can call handleResizeCompletedEMT back,
     
    23282328                 break;
    23292329             }
    2330              else
     2330             else if (pHdr->u8Type != VBOX_VIDEO_INFO_TYPE_NV_HEAP) /** @todo why is Additions/WINNT/Graphics/Miniport/VBoxVideo.cpp pushing this to us? */
    23312331             {
    23322332                 LogRel(("Guest adapter information contains unsupported type %d. The block has been skipped.\n", pHdr->u8Type));
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