mirror of
https://github.com/reactos/reactos.git
synced 2026-05-25 17:45:16 +08:00
[NTOSKRNL][INBV] Fix IDB_SHUTDOWN_MSG position
Make "shutdown.bmp" (IDB_SHUTDOWN_MSG: 213x11px) horizontally centered.
This commit is contained in:
@@ -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);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user