mirror of
https://github.com/RGBCube/serenity
synced 2025-05-19 00:15:08 +00:00
WindowServer: Merge WSFrameBuffer into WSScreen.
This commit is contained in:
parent
bb28c143fd
commit
9454c5dd52
9 changed files with 22 additions and 72 deletions
|
@ -3,7 +3,6 @@
|
|||
#include <LibC/errno_numbers.h>
|
||||
#include <Widgets/Font.h>
|
||||
#include <WindowServer/WSScreen.h>
|
||||
#include <WindowServer/WSFrameBuffer.h>
|
||||
#include <WindowServer/WSEventLoop.h>
|
||||
#include <WindowServer/WSWindow.h>
|
||||
#include <WindowServer/WSWindowManager.h>
|
||||
|
@ -11,7 +10,6 @@
|
|||
void Process::initialize_gui_statics()
|
||||
{
|
||||
Font::initialize();
|
||||
WSFrameBuffer::initialize();
|
||||
WSEventLoop::initialize();
|
||||
WSWindowManager::initialize();
|
||||
WSScreen::initialize();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue