mirror of
https://github.com/RGBCube/serenity
synced 2025-05-31 16:18:12 +00:00
WindowServer: Rename WSEvent to WSMessage.
Also do the same for WSMessageLoop and WSMessageReceiver. More to come.
This commit is contained in:
parent
7cf3c7461c
commit
bba21adae3
16 changed files with 129 additions and 151 deletions
10
WindowServer/WSMessageReceiver.cpp
Normal file
10
WindowServer/WSMessageReceiver.cpp
Normal file
|
@ -0,0 +1,10 @@
|
|||
#include "WSMessageReceiver.h"
|
||||
#include <AK/Assertions.h>
|
||||
|
||||
WSMessageReceiver::WSMessageReceiver()
|
||||
{
|
||||
}
|
||||
|
||||
WSMessageReceiver::~WSMessageReceiver()
|
||||
{
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue