mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 21:27:45 +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
|
@ -55,8 +55,8 @@ SHAREDGRAPHICS_OBJS = \
|
|||
../SharedGraphics/GraphicsBitmap.o
|
||||
|
||||
WINDOWSERVER_OBJS = \
|
||||
../WindowServer/WSEventReceiver.o \
|
||||
../WindowServer/WSEventLoop.o \
|
||||
../WindowServer/WSMessageReceiver.o \
|
||||
../WindowServer/WSMessageLoop.o \
|
||||
../WindowServer/WSWindow.o \
|
||||
../WindowServer/WSWindowManager.o \
|
||||
../WindowServer/WSScreen.o \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue