diff options
Diffstat (limited to 'dev/modules/CoreGfx')
| -rw-r--r-- | dev/modules/CoreGfx/CoreAccess.h | 6 | ||||
| -rw-r--r-- | dev/modules/CoreGfx/CoreGfx.h | 9 | ||||
| -rw-r--r-- | dev/modules/CoreGfx/MathGfx.h | 2 |
3 files changed, 7 insertions, 10 deletions
diff --git a/dev/modules/CoreGfx/CoreAccess.h b/dev/modules/CoreGfx/CoreAccess.h index adc9ed33..b3d17a59 100644 --- a/dev/modules/CoreGfx/CoreAccess.h +++ b/dev/modules/CoreGfx/CoreAccess.h @@ -4,8 +4,8 @@ ------------------------------------------- */ -#ifndef GFX_MGR_ACCESSIBILITY_H -#define GFX_MGR_ACCESSIBILITY_H +#ifndef CORE_GFX_ACCESSIBILITY_H +#define CORE_GFX_ACCESSIBILITY_H #include <NewKit/NewKit.h> #include <KernelKit/KPC.h> @@ -38,4 +38,4 @@ namespace FB }; } // namespace FB -#endif // !GFX_MGR_ACCESSIBILITY_H_ +#endif // !CORE_GFX_ACCESSIBILITY_H_ diff --git a/dev/modules/CoreGfx/CoreGfx.h b/dev/modules/CoreGfx/CoreGfx.h index df22fed0..eda52520 100644 --- a/dev/modules/CoreGfx/CoreGfx.h +++ b/dev/modules/CoreGfx/CoreGfx.h @@ -129,15 +129,13 @@ #define FBDrawInRegionA(clr, height, width, base_x, base_y) #endif // __NE_AMD64__ -#ifndef GFX_MGR_ACCESSIBILITY_H +#ifndef CORE_GFX_ACCESSIBILITY_H #include <modules/CoreGfx/CoreAccess.h> -#endif // ifndef GFX_MGR_ACCESSIBILITY_H +#endif // ifndef CORE_GFX_ACCESSIBILITY_H namespace FB { - struct FB_CONTROL_BLOCK; - - inline void fb_clear_video() noexcept + inline Void fb_clear_video() noexcept { fb_init(); @@ -146,5 +144,4 @@ namespace FB fb_clear(); } - } // namespace FB
\ No newline at end of file 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; |
