1
Fork 0
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:
Liav A 2022-06-10 13:57:43 +03:00 committed by Linus Groh
parent b5e5b299c4
commit 1968aba69b
5 changed files with 4 additions and 4 deletions

View file

@ -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>