mirror of
https://github.com/reactos/reactos.git
synced 2024-11-18 21:13:52 +00:00
[NTOS]: Recenter the logos on screen and improve few of them.
svn path=/trunk/; revision=66419
This commit is contained in:
parent
8370f15813
commit
765910a9dd
5 changed files with 5 additions and 5 deletions
|
@ -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();
|
||||
|
|
Binary file not shown.
Before Width: | Height: | Size: 21 KiB After Width: | Height: | Size: 20 KiB |
Binary file not shown.
Before Width: | Height: | Size: 580 B After Width: | Height: | Size: 730 B |
Binary file not shown.
Before Width: | Height: | Size: 1 KiB After Width: | Height: | Size: 886 B |
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue