VirtualBox

Ignore:
Timestamp:
Sep 5, 2011 1:12:08 PM (13 years ago)
Author:
vboxsync
Message:

Windows guest XPDM video miniport: removed unnecessary code from ResetHW callback.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Additions/WINNT/Graphics/Video/mp/xpdm/VBoxMPDriver.cpp

    r37384 r38635  
    587587        VideoPortWritePortUshort((PUSHORT)VBE_DISPI_IOPORT_DATA, VBE_DISPI_DISABLED);
    588588
     589#if 0
     590        /* ResetHW is not the place to do such cleanup. See MSDN. */
    589591        if (pExt->u.primary.pvReqFlush != NULL)
    590592        {
     
    596598
    597599        VBoxFreeDisplaysHGSMI(VBoxCommonFromDeviceExt(pExt));
     600#endif
    598601    }
    599602    else
     
    603606
    604607    LOGF_LEAVE();
    605     return TRUE;
     608    /* Tell the system to use VGA BIOS to set the text video mode. */
     609    return FALSE;
    606610}
    607611
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