[NTOS:PO] PopShutdownHandler(): Fully screen-center images. Addendum to 55aed4f8. 2126/head
authorSerge Gautherie <reactos-git_serge_171003@gautherie.fr>
Mon, 2 Dec 2019 18:21:39 +0000 (19:21 +0100)
committerHermès Bélusca-Maïto <hermes.belusca-maito@reactos.org>
Tue, 3 Dec 2019 01:10:37 +0000 (02:10 +0100)
CORE-16342

ntoskrnl/po/poshtdwn.c

index aca63da..23071fa 100644 (file)
@@ -168,8 +168,9 @@ PopShutdownHandler(VOID)
         Logo2 = InbvGetResourceAddress(IDB_LOGO_DEFAULT);
         if ((Logo1) && (Logo2))
         {
         Logo2 = InbvGetResourceAddress(IDB_LOGO_DEFAULT);
         if ((Logo1) && (Logo2))
         {
-            InbvBitBlt(Logo1, 211, 352);
-            InbvBitBlt(Logo2, 222, 111);
+            /* 16px space between logo and message */
+            InbvBitBlt(Logo1, 213, 354);
+            InbvBitBlt(Logo2, 225, 114);
         }
     }
     else
         }
     }
     else