[0.4.13][NTOSKRNL][INBV] Fix IDB_SHUTDOWN_MSG position CORE-16342

Make "shutdown.bmp" (IDB_SHUTDOWN_MSG: 213x11px) horizontally centered.

This fixes a regression of 0.4.13-dev-961-g
238ea69ca0

Fix cherry picked from commit 0.4.14-dev-546-g
55aed4f8fa
This commit is contained in:
Katayama Hirofumi MZ 2019-12-02 16:55:02 +09:00 committed by Joachim Henze
parent 2314b107e4
commit 3a1c14f9ba

View file

@ -168,7 +168,7 @@ PopShutdownHandler(VOID)
Logo2 = InbvGetResourceAddress(IDB_LOGO_DEFAULT);
if ((Logo1) && (Logo2))
{
InbvBitBlt(Logo1, 220, 352);
InbvBitBlt(Logo1, 211, 352);
InbvBitBlt(Logo2, 222, 111);
}
}