diff options
| author | Amlal EL Mahrouss <amlalelmahrouss@icloud.com> | 2024-08-27 09:22:59 +0200 |
|---|---|---|
| committer | Amlal EL Mahrouss <amlalelmahrouss@icloud.com> | 2024-08-27 09:22:59 +0200 |
| commit | 1f9b7e979f656c255bb1bf51743f1001c613b963 (patch) | |
| tree | cb460c3a71828d2a8119c75389a1fadf23c3760f /dev/ZGM | |
| parent | 1f9473c6b591eead87405d2e1861ee48f9a38c0e (diff) | |
[IMP] Add log window when booting.
Signed-off-by: Amlal EL Mahrouss <amlalelmahrouss@icloud.com>
Diffstat (limited to 'dev/ZGM')
| -rw-r--r-- | dev/ZGM/Sources/WindowCompositor.cxx | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/dev/ZGM/Sources/WindowCompositor.cxx b/dev/ZGM/Sources/WindowCompositor.cxx new file mode 100644 index 00000000..da9a0935 --- /dev/null +++ b/dev/ZGM/Sources/WindowCompositor.cxx @@ -0,0 +1,10 @@ +/* -------------------------------------------
+
+ Copyright ZKA Technologies.
+
+------------------------------------------- */
+
+#include <Modules/CoreCG/FbRenderer.hxx>
+
+/// @file WindowCompositor.cxx
+/// @brief Window compoistor, takes care of video regions.
\ No newline at end of file |
