mirror of
https://github.com/reactos/reactos.git
synced 2025-02-22 16:36:33 +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);
|
Logo2 = InbvGetResourceAddress(IDB_LOGO_DEFAULT);
|
||||||
if ((Logo1) && (Logo2))
|
if ((Logo1) && (Logo2))
|
||||||
{
|
{
|
||||||
InbvBitBlt(Logo1, 220, 352);
|
InbvBitBlt(Logo1, 211, 352);
|
||||||
InbvBitBlt(Logo2, 222, 111);
|
InbvBitBlt(Logo2, 222, 111);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue