mirror of
https://github.com/reactos/reactos.git
synced 2025-06-10 12:24:48 +00:00
[bootvid] Adam Kachwalla: use the BOOTCHAR_HEIGHT macro for defining the font height
See issue #6259 for more details. svn path=/trunk/; revision=51793
This commit is contained in:
parent
064905bec3
commit
f151ca5b4e
1 changed files with 1 additions and 1 deletions
|
@ -739,7 +739,7 @@ VOID
|
|||
NTAPI
|
||||
VidDisplayString(PUCHAR String)
|
||||
{
|
||||
ULONG TopDelta = 14;
|
||||
ULONG TopDelta = BOOTCHAR_HEIGHT + 1;
|
||||
|
||||
/* Start looping the string */
|
||||
while (*String)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue