Rename HlInitializeDisplay() to HlInitializeFrameBuffer()

This commit is contained in:
Rafal Kupiec 2023-11-22 20:36:05 +01:00
parent f28c870192
commit 1cb21a81dd
Signed by: belliash
GPG Key ID: 4E829243E0CFE6B4
2 changed files with 2 additions and 2 deletions

View File

@ -86,7 +86,7 @@ HlDrawPixel(IN ULONG PositionX,
*/
XTAPI
XTSTATUS
HlInitializeDisplay(VOID)
HlInitializeFrameBuffer(VOID)
{
/* Check if display already initialized */
if(HlpFrameBufferData.Initialized)

View File

@ -49,7 +49,7 @@ HlInitializeComPort(IN OUT PCPPORT Port,
XTAPI
XTSTATUS
HlInitializeDisplay(VOID);
HlInitializeFrameBuffer(VOID);
XTFASTCALL
ULONG