summaryrefslogtreecommitdiffhomepage
path: root/dev/corecg/src
diff options
context:
space:
mode:
Diffstat (limited to 'dev/corecg/src')
-rw-r--r--dev/corecg/src/corecg.cxx18
1 files changed, 18 insertions, 0 deletions
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 <corecg/corecg.hxx>
+
+/** @brief CoreCG main, ZWM acts a proxy to the Installed GPU Driver. */
+CG::Int32 ModuleMain(CG::Void)
+{
+ CG::CGDrawDesktopBackground();
+
+ return 0;
+}