mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-01 19:26:16 +00:00
[NTOSKRNL]
- Change screen debug background to black for improved readability as per Johannes' request svn path=/trunk/; revision=55596
This commit is contained in:
@@ -488,7 +488,7 @@ KdpScreenInit(PKD_DISPATCH_TABLE DispatchTable,
|
||||
/* Take control of the display */
|
||||
InbvAcquireDisplayOwnership();
|
||||
InbvResetDisplay();
|
||||
InbvSolidColorFill(0, 0, 639, 479, 6);
|
||||
InbvSolidColorFill(0, 0, 639, 479, 0);
|
||||
InbvSetTextColor(15);
|
||||
InbvSetScrollRegion(0, 0, 639, 479);
|
||||
InbvInstallDisplayStringFilter(NULL);
|
||||
|
||||
@@ -1250,8 +1250,8 @@ KdbpInternalEnter()
|
||||
InbvAcquireDisplayOwnership();
|
||||
InbvResetDisplay();
|
||||
|
||||
/* Display blue screen */
|
||||
InbvSolidColorFill(0, 0, 639, 479, 6);
|
||||
/* Display debugger prompt */
|
||||
InbvSolidColorFill(0, 0, 639, 479, 0);
|
||||
InbvSetTextColor(15);
|
||||
InbvInstallDisplayStringFilter(NULL);
|
||||
InbvEnableDisplayString(TRUE);
|
||||
|
||||
Reference in New Issue
Block a user