summaryrefslogtreecommitdiffhomepage
path: root/dev/modules/CoreGfx/CoreAccess.h
diff options
context:
space:
mode:
authorAmlal El Mahrouss <amlal@nekernel.org>2025-04-11 17:51:19 +0200
committerAmlal El Mahrouss <amlal@nekernel.org>2025-04-11 17:51:19 +0200
commitc3856eddb5a8146751dac82ad1ba4433f5ca6d6d (patch)
treea74bdf6f87d07a24496effbc157f74d379d25007 /dev/modules/CoreGfx/CoreAccess.h
parent9da6a352ecf70a1f5be99058a880b20db1b57940 (diff)
tweak kernel, boot: use -Wall, -Werror, -Wpedantic now.
Signed-off-by: Amlal El Mahrouss <amlal@nekernel.org>
Diffstat (limited to 'dev/modules/CoreGfx/CoreAccess.h')
-rw-r--r--dev/modules/CoreGfx/CoreAccess.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/dev/modules/CoreGfx/CoreAccess.h b/dev/modules/CoreGfx/CoreAccess.h
index b3d17a59..39ff6da3 100644
--- a/dev/modules/CoreGfx/CoreAccess.h
+++ b/dev/modules/CoreGfx/CoreAccess.h
@@ -26,12 +26,12 @@ namespace FB
public:
NE_COPY_DELETE(FBAccessibilty);
- static Int64 Width() noexcept
+ static UInt64 Width() noexcept
{
return kHandoverHeader->f_GOP.f_Width;
}
- static Int64 Height() noexcept
+ static UInt64 Height() noexcept
{
return kHandoverHeader->f_GOP.f_Height;
}