From 72b41e2f711198ad9baa846e7ba37f6e070cedb0 Mon Sep 17 00:00:00 2001 From: Amlal El Mahrouss Date: Fri, 30 Jan 2026 08:10:48 +0100 Subject: chore: ddk: Fix build on nebuild for C++ DDK. chore: kernel: Tweaks and internal improvements. Signed-off-by: Amlal El Mahrouss --- src/kernel/GfxKit/GPU.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'src/kernel/GfxKit/GPU.h') diff --git a/src/kernel/GfxKit/GPU.h b/src/kernel/GfxKit/GPU.h index af99e8b2..1e4198f0 100644 --- a/src/kernel/GfxKit/GPU.h +++ b/src/kernel/GfxKit/GPU.h @@ -11,6 +11,11 @@ namespace Kernel { class GPUDeviceInterface; +using GPUCoord2x2 = UInt32; +using GPUDim2x2 = UInt32; +using GPUColorProfile = UInt32; +using GPUFlags = UInt32; + /// @brief Framebuffer device interface. /// @details This class is used to send and receive data from the framebuffer device. /// @note The class is derived from the IDevice class. -- cgit v1.2.3