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
commit 1968aba69b
Notes: sideshowbarker 2024-07-17 11:29:41 +09:00
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>