summaryrefslogtreecommitdiffhomepage
path: root/dev/modules/CoreGfx/MathGfx.h
diff options
context:
space:
mode:
authorAmlal El Mahrouss <amlal@nekernel.org>2025-04-05 06:34:10 +0200
committerGitHub <noreply@github.com>2025-04-05 06:34:10 +0200
commitb18c5e09961d8bc0b2368176d9fb23789afebb87 (patch)
tree0f29fbbe829f4d276b0bc3088138c81157fc4c73 /dev/modules/CoreGfx/MathGfx.h
parentf085fd23cd23edfac585d326786b9a42b04da344 (diff)
parent9b7a2a6461a463b08a120c660fcc64b46b65d417 (diff)
Merge pull request #11 from amlel-el-mahrouss/dev
pr: a big commit regarding MBCI, AHCI, and others.
Diffstat (limited to 'dev/modules/CoreGfx/MathGfx.h')
-rw-r--r--dev/modules/CoreGfx/MathGfx.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev/modules/CoreGfx/MathGfx.h b/dev/modules/CoreGfx/MathGfx.h
index 655903e2..f03e2f19 100644
--- a/dev/modules/CoreGfx/MathGfx.h
+++ b/dev/modules/CoreGfx/MathGfx.h
@@ -11,7 +11,7 @@
namespace UI
{
-#ifdef NE_GFX_MGR_USE_DOUBLE
+#ifdef NE_CORE_GFX_USE_DOUBLE
typedef double fb_real_t;
#else
typedef float fb_real_t;