mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-01 15:18:06 +00:00
Kernel+Userland: Rename FB.h => Graphics.h
This header file represents the entire interface between the kernel and userland, and as such, no longer should be called FB.h but something that represents the whole graphics subsystem.
This commit is contained in:
parent
b5e5b299c4
commit
1968aba69b
Notes:
sideshowbarker
2024-07-17 11:29:41 +09:00
Author: https://github.com/supercomputer7
Commit: 1968aba69b
Pull-request: https://github.com/SerenityOS/serenity/pull/14238
Reviewed-by: https://github.com/FireFox317
Reviewed-by: https://github.com/linusg
5 changed files with 4 additions and 4 deletions
|
@ -8,7 +8,7 @@
|
|||
#include "HardwareScreenBackend.h"
|
||||
#include "ScreenBackend.h"
|
||||
#include <AK/Try.h>
|
||||
#include <Kernel/API/FB.h>
|
||||
#include <Kernel/API/Graphics.h>
|
||||
#include <LibCore/System.h>
|
||||
#include <fcntl.h>
|
||||
#include <stdio.h>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue