Allow to clear framebuffer screen with any, custom background color
All checks were successful
Builds / ExectOS (amd64) (push) Successful in 44s
Builds / ExectOS (i686) (push) Successful in 42s

This commit is contained in:
2024-05-12 22:43:06 +02:00
parent c576f7f8f2
commit e311cad8f7
3 changed files with 27 additions and 5 deletions

View File

@@ -14,7 +14,7 @@
/* HAL library routines forward references */
XTAPI
VOID
HlClearScreen(VOID);
HlClearScreen(IN ULONG Color);
XTCDECL
XTSTATUS