diff options
| author | Amlal <amlal@el-mahrouss-logic.com> | 2024-09-13 11:05:27 +0200 |
|---|---|---|
| committer | Amlal <amlal@el-mahrouss-logic.com> | 2024-09-13 11:05:27 +0200 |
| commit | 3abbf8f6676a415aaca873b3f9d04929d6fe6ce7 (patch) | |
| tree | 249b4c6feaad888a78df04672ec25e04c45aa57b /dev/ZKA/Modules | |
| parent | 69d628dd02df81e64dfd9a2e730a44c5c5a0e5a8 (diff) | |
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 <amlal@el-mahrouss-logic.com>
Diffstat (limited to 'dev/ZKA/Modules')
| -rw-r--r-- | dev/ZKA/Modules/CoreCG/WindowRenderer.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
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(); |
