From 8db6fc60063757628f92bd1c4d4855775f4ff9e2 Mon Sep 17 00:00:00 2001 From: Amlal Date: Fri, 27 Sep 2024 11:41:44 +0200 Subject: feat&wip: Math API for CG, WiP HAL Paging API. - NOTE: HAL Paging API is still in wip, issues have to be fixed. - Moved WM code to corecg driver. Signed-off-by: Amlal --- dev/corecg/src/corecg.cxx | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 dev/corecg/src/corecg.cxx (limited to 'dev/corecg/src') diff --git a/dev/corecg/src/corecg.cxx b/dev/corecg/src/corecg.cxx new file mode 100644 index 00000000..7158ea62 --- /dev/null +++ b/dev/corecg/src/corecg.cxx @@ -0,0 +1,18 @@ +/* ------------------------------------------- + + Copyright ZKA Technologies. + + FILE: corecg.cxx + PURPOSE: CoreCG Window Manager entrypoint. + +------------------------------------------- */ + +#include + +/** @brief CoreCG main, ZWM acts a proxy to the Installed GPU Driver. */ +CG::Int32 ModuleMain(CG::Void) +{ + CG::CGDrawDesktopBackground(); + + return 0; +} -- cgit v1.2.3