Changeset 38635 in vbox for trunk/src/VBox/Additions/WINNT/Graphics
- Timestamp:
- Sep 5, 2011 1:12:08 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/WINNT/Graphics/Video/mp/xpdm/VBoxMPDriver.cpp
r37384 r38635 587 587 VideoPortWritePortUshort((PUSHORT)VBE_DISPI_IOPORT_DATA, VBE_DISPI_DISABLED); 588 588 589 #if 0 590 /* ResetHW is not the place to do such cleanup. See MSDN. */ 589 591 if (pExt->u.primary.pvReqFlush != NULL) 590 592 { … … 596 598 597 599 VBoxFreeDisplaysHGSMI(VBoxCommonFromDeviceExt(pExt)); 600 #endif 598 601 } 599 602 else … … 603 606 604 607 LOGF_LEAVE(); 605 return TRUE; 608 /* Tell the system to use VGA BIOS to set the text video mode. */ 609 return FALSE; 606 610 } 607 611
Note:
See TracChangeset
for help on using the changeset viewer.