mirror of
https://github.com/RGBCube/serenity
synced 2025-07-29 09:17:35 +00:00
Kernel: Fix typo in the FramebufferGetPitchMboxMessage name
This commit is contained in:
parent
c839c51b0b
commit
b87747fa64
2 changed files with 4 additions and 4 deletions
|
@ -37,7 +37,7 @@ Framebuffer::Framebuffer()
|
|||
FramebufferSetDepthMboxMessage set_depth;
|
||||
FramebufferSetPixelOrderMboxMessage set_pixel_order;
|
||||
FramebufferAllocateBufferMboxMessage allocate_buffer;
|
||||
FramebufferGetPithMboxMessage get_pitch;
|
||||
FramebufferGetPitchMboxMessage get_pitch;
|
||||
Mailbox::MessageTail tail;
|
||||
} message_queue;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue