Author: hbelusca
Date: Mon Feb 23 02:42:58 2015
New Revision: 66419
URL:
http://svn.reactos.org/svn/reactos?rev=66419&view=rev
Log:
[NTOS]: Recenter the logos on screen and improve few of them.
Modified:
trunk/reactos/ntoskrnl/inbv/inbv.c
trunk/reactos/ntoskrnl/inbv/logo/1.bmp
trunk/reactos/ntoskrnl/inbv/logo/2.bmp
trunk/reactos/ntoskrnl/inbv/logo/3.bmp
trunk/reactos/ntoskrnl/po/poshtdwn.c
Modified: trunk/reactos/ntoskrnl/inbv/inbv.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/ntoskrnl/inbv/inbv.c?rev=6…
==============================================================================
--- trunk/reactos/ntoskrnl/inbv/inbv.c [iso-8859-1] (original)
+++ trunk/reactos/ntoskrnl/inbv/inbv.c [iso-8859-1] Mon Feb 23 02:42:58 2015
@@ -777,8 +777,8 @@
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 @@
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();
Modified: trunk/reactos/ntoskrnl/inbv/logo/1.bmp
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/ntoskrnl/inbv/logo/1.bmp?r…
==============================================================================
Binary files - no diff available.
Modified: trunk/reactos/ntoskrnl/inbv/logo/2.bmp
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/ntoskrnl/inbv/logo/2.bmp?r…
==============================================================================
Binary files - no diff available.
Modified: trunk/reactos/ntoskrnl/inbv/logo/3.bmp
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/ntoskrnl/inbv/logo/3.bmp?r…
==============================================================================
Binary files - no diff available.
Modified: trunk/reactos/ntoskrnl/po/poshtdwn.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/ntoskrnl/po/poshtdwn.c?rev…
==============================================================================
--- trunk/reactos/ntoskrnl/po/poshtdwn.c [iso-8859-1] (original)
+++ trunk/reactos/ntoskrnl/po/poshtdwn.c [iso-8859-1] Mon Feb 23 02:42:58 2015
@@ -168,8 +168,8 @@
Logo2 = InbvGetResourceAddress(IDB_LOGO);
if ((Logo1) && (Logo2))
{
- InbvBitBlt(Logo1, 215, 352);
- InbvBitBlt(Logo2, 217, 111);
+ InbvBitBlt(Logo1, 220, 352);
+ InbvBitBlt(Logo2, 222, 111);
}
}
else