summaryrefslogtreecommitdiffhomepage
path: root/src/modules
diff options
context:
space:
mode:
authorAmlal El Mahrouss <amlal@nekernel.org>2026-01-10 23:55:23 +0100
committerAmlal El Mahrouss <amlal@nekernel.org>2026-01-10 23:55:23 +0100
commit8154646d1dcc09c6e6a40f992e3ce03fd3cb0b2b (patch)
tree4ce125e283d74193e2f42d54cb2d0abc008861e5 /src/modules
parent7a95bf4f8e0de0648da156ffaaf647c184869dad (diff)
chore: release prep for NeKernel+Nectar.
Signed-off-by: Amlal El Mahrouss <amlal@nekernel.org>
Diffstat (limited to 'src/modules')
-rw-r--r--src/modules/CoreGfx/CoreGfx.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/modules/CoreGfx/CoreGfx.h b/src/modules/CoreGfx/CoreGfx.h
index 470dd510..c22aee38 100644
--- a/src/modules/CoreGfx/CoreGfx.h
+++ b/src/modules/CoreGfx/CoreGfx.h
@@ -11,7 +11,7 @@
#define cg_color(R, G, B) RGB(R, G, B)
-#define cg_get_clear_clr() RGB(0, 0, 0x80)
+#define cg_get_clear_clr() RGB(0, 0, 0)
#define cg_clear() kCGCursor = 0UL