mirror of
https://github.com/reactos/reactos.git
synced 2025-02-22 16:36:33 +00:00
[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-g238ea69ca0
Fix cherry picked from commit 0.4.14-dev-546-g55aed4f8fa
This commit is contained in:
parent
2314b107e4
commit
3a1c14f9ba
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue