mirror of
https://github.com/RGBCube/serenity
synced 2025-06-01 07:48:12 +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
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