mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-08 09:09:43 +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
Notes:
sideshowbarker
2024-07-19 15:56:36 +09:00
Author: https://github.com/awesomekling
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