summaryrefslogtreecommitdiffhomepage
path: root/dev/Mod/CoreGfx
diff options
context:
space:
mode:
Diffstat (limited to 'dev/Mod/CoreGfx')
-rw-r--r--dev/Mod/CoreGfx/AccessibilityMgr.h2
-rw-r--r--dev/Mod/CoreGfx/FBMgr.h4
-rw-r--r--dev/Mod/CoreGfx/MathMgr.h2
3 files changed, 4 insertions, 4 deletions
diff --git a/dev/Mod/CoreGfx/AccessibilityMgr.h b/dev/Mod/CoreGfx/AccessibilityMgr.h
index 5d153ac8..6916984b 100644
--- a/dev/Mod/CoreGfx/AccessibilityMgr.h
+++ b/dev/Mod/CoreGfx/AccessibilityMgr.h
@@ -24,7 +24,7 @@ namespace FB
~UIAccessibilty() = default;
public:
- ZKA_COPY_DELETE(UIAccessibilty);
+ NE_COPY_DELETE(UIAccessibilty);
static Int64 Width() noexcept
{
diff --git a/dev/Mod/CoreGfx/FBMgr.h b/dev/Mod/CoreGfx/FBMgr.h
index 955855f0..670a0525 100644
--- a/dev/Mod/CoreGfx/FBMgr.h
+++ b/dev/Mod/CoreGfx/FBMgr.h
@@ -16,7 +16,7 @@
#define fb_clear() kCGCursor = 0
-#ifdef __ZKA_AMD64__
+#ifdef __NE_AMD64__
/// @brief Performs Alpha drawing on the framebuffer.
#define FBDrawBitMapInRegionA(reg_ptr, height, width, base_x, base_y) \
for (Kernel::SizeT i = base_x; i < (width + base_x); ++i) \
@@ -127,7 +127,7 @@
#define FBDrawInRegion(_Clr, height, width, base_x, base_y)
#define FBDrawInRegionToRgn(_Rgn, _Clr, height, width, base_x, base_y)
#define FBDrawInRegionA(_Clr, height, width, base_x, base_y)
-#endif // __ZKA_AMD64__
+#endif // __NE_AMD64__
#ifndef GFX_MGR_ACCESSIBILITY_H
#include <Mod/CoreGfx/AccessibilityMgr.h>
diff --git a/dev/Mod/CoreGfx/MathMgr.h b/dev/Mod/CoreGfx/MathMgr.h
index 87f674df..7e85c0dc 100644
--- a/dev/Mod/CoreGfx/MathMgr.h
+++ b/dev/Mod/CoreGfx/MathMgr.h
@@ -11,7 +11,7 @@
namespace UI
{
-#ifdef ZKA_GFX_MGR_USE_DOUBLE
+#ifdef NE_GFX_MGR_USE_DOUBLE
typedef double fb_real_t;
#else
typedef float fb_real_t;