diff options
| author | Amlal El Mahrouss <amlal@nekernel.org> | 2025-11-24 03:02:43 +0100 |
|---|---|---|
| committer | Amlal El Mahrouss <amlal@nekernel.org> | 2025-11-24 03:02:43 +0100 |
| commit | 83d870e58457a1d335a1d9b9966a6a1887cc297b (patch) | |
| tree | 72888f88c7728c82f3f6df1f4f70591de15eab36 /dev/modules/CoreGfx/CoreAccess.h | |
| parent | ab37adbacf0f33845804c788b39680cd754752a8 (diff) | |
feat! breaking changes on kernel sources.
Signed-off-by: Amlal El Mahrouss <amlal@nekernel.org>
Diffstat (limited to 'dev/modules/CoreGfx/CoreAccess.h')
| -rw-r--r-- | dev/modules/CoreGfx/CoreAccess.h | 33 |
1 files changed, 0 insertions, 33 deletions
diff --git a/dev/modules/CoreGfx/CoreAccess.h b/dev/modules/CoreGfx/CoreAccess.h deleted file mode 100644 index 942a1ad5..00000000 --- a/dev/modules/CoreGfx/CoreAccess.h +++ /dev/null @@ -1,33 +0,0 @@ -/* ======================================== - - Copyright Amlal El Mahrouss. - -======================================== */ - -#ifndef CORE_GFX_ACCESSIBILITY_H -#define CORE_GFX_ACCESSIBILITY_H - -#include <ArchKit/ArchKit.h> -#include <KernelKit/KPC.h> -#include <NeKit/NeKit.h> -#include <modules/CoreGfx/CoreGfx.h> -#include <modules/CoreGfx/MathGfx.h> - -namespace FB { -using namespace Kernel; - -/// @brief common User interface class. -class CGAccessibilty final { - explicit CGAccessibilty() = default; - ~CGAccessibilty() = default; - - public: - NE_COPY_DELETE(CGAccessibilty) - - static UInt64 Width() noexcept { return kHandoverHeader->f_GOP.f_Width; } - - static UInt64 Height() noexcept { return kHandoverHeader->f_GOP.f_Height; } -}; -} // namespace FB - -#endif // !CORE_GFX_ACCESSIBILITY_H_ |
