diff options
| author | Amlal El Mahrouss <amlal.elmahrouss@icloud.com> | 2024-05-01 12:50:24 +0200 |
|---|---|---|
| committer | Amlal El Mahrouss <amlal.elmahrouss@icloud.com> | 2024-05-01 12:50:24 +0200 |
| commit | 91fbaf05d24a89c3c77a8cbe7a26e27615b85e88 (patch) | |
| tree | 50ca16b00208824c14628ea5650d6476583a92dc /Private/KernelKit/Framebuffer.hpp | |
| parent | bf1629df18bbbbdb056f676d6c0b8c3a8119a8a2 (diff) | |
Fix bootloader include order.
Signed-off-by: Amlal El Mahrouss <amlal.elmahrouss@icloud.com>
Diffstat (limited to 'Private/KernelKit/Framebuffer.hpp')
| -rw-r--r-- | Private/KernelKit/Framebuffer.hpp | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/Private/KernelKit/Framebuffer.hpp b/Private/KernelKit/Framebuffer.hpp index 555aad2d..ada00447 100644 --- a/Private/KernelKit/Framebuffer.hpp +++ b/Private/KernelKit/Framebuffer.hpp @@ -80,11 +80,4 @@ extern const UInt32 kRgbBlack; extern const UInt32 kRgbWhite; } // namespace NewOS -/***********************************************************************************/ -/// Color macros. -/***********************************************************************************/ - -/// @brief Macro hack to make a color (as hexadecimal) -#define RGB(R, G, B) (NewOS::UInt32)(0x##R##G##B) - #endif /* ifndef __INC_FB_HPP__ */ |
