summaryrefslogtreecommitdiffhomepage
path: root/Private/KernelKit/Framebuffer.hpp
diff options
context:
space:
mode:
authorAmlal El Mahrouss <amlalelmahrouss@icloud.com>2024-02-02 14:26:01 +0100
committerAmlal El Mahrouss <amlalelmahrouss@icloud.com>2024-02-02 14:26:01 +0100
commit800977c96cd64b3beeccaa7d373daed3987b1c2a (patch)
treed97b5788f92b416f8f7f386ed9f179ab792b6f72 /Private/KernelKit/Framebuffer.hpp
parente559cf01834340d0a4dfcb45f7bdf081e8994032 (diff)
Kernel: Improvements and fixes regarding the VMMers and assembly code.
Signed-off-by: Amlal El Mahrouss <amlalelmahrouss@icloud.com>
Diffstat (limited to 'Private/KernelKit/Framebuffer.hpp')
-rw-r--r--Private/KernelKit/Framebuffer.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/Private/KernelKit/Framebuffer.hpp b/Private/KernelKit/Framebuffer.hpp
index 8ad23571..feb34d3a 100644
--- a/Private/KernelKit/Framebuffer.hpp
+++ b/Private/KernelKit/Framebuffer.hpp
@@ -37,7 +37,7 @@ class Framebuffer final {
Framebuffer &operator=(const Framebuffer &) = delete;
Framebuffer(const Framebuffer &) = default;
- volatile UIntPtr *operator[](const UIntPtr &width_and_height);
+ volatile UIntPtr *operator[](const UIntPtr &pos);
operator bool() {
return m_FrameBufferAddr && m_Colour != FramebufferColorKind::INVALID;