From 3abbf8f6676a415aaca873b3f9d04929d6fe6ce7 Mon Sep 17 00:00:00 2001 From: Amlal Date: Fri, 13 Sep 2024 11:05:27 +0200 Subject: ZKA:HalBMPMGr.cxx: Fixed bit map allocator. CoreCG:WindowRenderer.hxx: Fixed function signature. Next step is to add back the page mapping function. Signed-off-by: Amlal --- dev/ZKA/Modules/CoreCG/WindowRenderer.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'dev/ZKA/Modules') diff --git a/dev/ZKA/Modules/CoreCG/WindowRenderer.hxx b/dev/ZKA/Modules/CoreCG/WindowRenderer.hxx index 8dab7925..775b80c0 100644 --- a/dev/ZKA/Modules/CoreCG/WindowRenderer.hxx +++ b/dev/ZKA/Modules/CoreCG/WindowRenderer.hxx @@ -54,7 +54,7 @@ namespace CG typedef struct UI_WINDOW_STRUCT UI_WINDOW_STRUCT; /// \brief Draw background (either image or solid color) - inline Void CGDrawBackground(UInt32* raw_bmp, SizeT width, SizeT height) noexcept + inline Void CGDrawBackground(UInt32* raw_bmp = nullptr, SizeT width = 0, SizeT height = 0) noexcept { CGInit(); -- cgit v1.2.3