mirror of
https://github.com/RGBCube/serenity
synced 2025-05-31 19:38:12 +00:00
Kernel: Remove GUIEventDevice.
It's no longer used since all communication now happens across sockets. :^)
This commit is contained in:
parent
e9d6fbfb47
commit
18210c606d
9 changed files with 3 additions and 70 deletions
|
@ -4,6 +4,7 @@
|
|||
#include "WSMessage.h"
|
||||
#include "WSMessageLoop.h"
|
||||
#include "WSWindowManager.h"
|
||||
#include <Kernel/GUITypes.h>
|
||||
#include <WindowServer/WSClientConnection.h>
|
||||
#include <SharedGraphics/Painter.h>
|
||||
#include <SharedGraphics/Font.h>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue