diff --git a/reactos/ntoskrnl/inbv/inbv.c b/reactos/ntoskrnl/inbv/inbv.c index 5526b07653a..d9a95849f1f 100644 --- a/reactos/ntoskrnl/inbv/inbv.c +++ b/reactos/ntoskrnl/inbv/inbv.c @@ -777,8 +777,8 @@ DisplayBootBitmap(IN BOOLEAN TextMode) TempRotBarSelection = RB_SQUARE_CELLS; /* - * Save the main image palette and replace it with black palette, so - * we can do fade in effect later. + * Save the main image palette and replace it with black palette, + * so that we can do fade in effect later. */ BitmapInfoHeader = (PBITMAPINFOHEADER)Screen; Palette = (LPRGBQUAD)((PUCHAR)Screen + BitmapInfoHeader->biSize); @@ -789,7 +789,7 @@ DisplayBootBitmap(IN BOOLEAN TextMode) InbvBitBlt(Screen, 0, 0); /* Set progress bar coordinates and display it */ - InbvSetProgressBarCoordinates(257, 352); + InbvSetProgressBarCoordinates(259, 352); /* Display the boot logo and fade it in */ BootImageFadeIn(); diff --git a/reactos/ntoskrnl/inbv/logo/1.bmp b/reactos/ntoskrnl/inbv/logo/1.bmp index 284a23cde23..dc2e539141b 100644 Binary files a/reactos/ntoskrnl/inbv/logo/1.bmp and b/reactos/ntoskrnl/inbv/logo/1.bmp differ diff --git a/reactos/ntoskrnl/inbv/logo/2.bmp b/reactos/ntoskrnl/inbv/logo/2.bmp index 04461badcf4..593d6855fdc 100644 Binary files a/reactos/ntoskrnl/inbv/logo/2.bmp and b/reactos/ntoskrnl/inbv/logo/2.bmp differ diff --git a/reactos/ntoskrnl/inbv/logo/3.bmp b/reactos/ntoskrnl/inbv/logo/3.bmp index c10b768de5f..3b907939bcb 100644 Binary files a/reactos/ntoskrnl/inbv/logo/3.bmp and b/reactos/ntoskrnl/inbv/logo/3.bmp differ diff --git a/reactos/ntoskrnl/po/poshtdwn.c b/reactos/ntoskrnl/po/poshtdwn.c index f32adaa4cdf..d55c1045f9c 100644 --- a/reactos/ntoskrnl/po/poshtdwn.c +++ b/reactos/ntoskrnl/po/poshtdwn.c @@ -168,8 +168,8 @@ PopShutdownHandler(VOID) Logo2 = InbvGetResourceAddress(IDB_LOGO); if ((Logo1) && (Logo2)) { - InbvBitBlt(Logo1, 215, 352); - InbvBitBlt(Logo2, 217, 111); + InbvBitBlt(Logo1, 220, 352); + InbvBitBlt(Logo2, 222, 111); } } else