summaryrefslogtreecommitdiffhomepage
path: root/dev/Mod/CoreGfx/FBMgr.h
diff options
context:
space:
mode:
authorAmlal El Mahrouss <amlal.elmahrouss@icloud.com>2025-01-31 19:05:36 +0100
committerAmlal El Mahrouss <amlal.elmahrouss@icloud.com>2025-01-31 19:05:36 +0100
commitd0c7a3e05a1bb5c9cffd1a0946e403d3a8e37e63 (patch)
tree686f7f3c99a08a7bebfc925839f0f9d882177c54 /dev/Mod/CoreGfx/FBMgr.h
parent9c1e80e1bb3a8d549a9053f0d7bf4afb0c806f80 (diff)
Match the changes in OpenNE, (without reusing it)
Signed-off-by: Amlal El Mahrouss <amlal.elmahrouss@icloud.com>
Diffstat (limited to 'dev/Mod/CoreGfx/FBMgr.h')
-rw-r--r--dev/Mod/CoreGfx/FBMgr.h4
1 files changed, 2 insertions, 2 deletions
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>