mirror of
https://github.com/reactos/reactos.git
synced 2025-02-21 16:04:57 +00:00
[NTOSKRNL][INBV] Fix IDB_SHUTDOWN_MSG position
Make "shutdown.bmp" (IDB_SHUTDOWN_MSG: 213x11px) horizontally centered.
This commit is contained in:
parent
0ad65796bb
commit
55aed4f8fa
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