diff options
| author | Amlal El Mahrouss <amlal@nekernel.org> | 2025-04-18 18:24:44 +0200 |
|---|---|---|
| committer | Amlal El Mahrouss <amlal@nekernel.org> | 2025-04-18 18:27:15 +0200 |
| commit | b69c498953dc47900e6ccdd0f501727480836f23 (patch) | |
| tree | 58411ba65eed2933d97657e16e85fab17f12ea01 /dev/modules/CoreGfx | |
| parent | c5b4c98fadd89fd114520e201e34a58a78025344 (diff) | |
kernel, IMP: GfxKit: GraphicsKit.
kernel, IMP: StorageKit: Remove usage of cleanup method on AHCI, DMA,
and PIO.
Signed-off-by: Amlal El Mahrouss <amlal@nekernel.org>
Diffstat (limited to 'dev/modules/CoreGfx')
| -rw-r--r-- | dev/modules/CoreGfx/CoreWindow.h | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/dev/modules/CoreGfx/CoreWindow.h b/dev/modules/CoreGfx/CoreWindow.h index f925eecd..b1581f65 100644 --- a/dev/modules/CoreGfx/CoreWindow.h +++ b/dev/modules/CoreGfx/CoreWindow.h @@ -1,3 +1,13 @@ +/* ------------------------------------------- + + Copyright (C) 2025, Amlal El Mahrouss, all rights reserved. + +------------------------------------------- */ + +/// @note this file is experimental and not used yet. +/// @file CoreWindow.h +/// @brief Core window drawing functions. + #pragma once #include <modules/CoreGfx/CoreGfx.h> |
