1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-26 17:07:35 +00:00

Rename WindowComposer -> WindowServer.

I keep referring to it as the windowing server anyway.
This commit is contained in:
Andreas Kling 2019-01-15 21:16:04 +01:00
parent d0137f0e96
commit e42f090ed3
4 changed files with 4 additions and 18 deletions

View file

@ -58,12 +58,6 @@ WIDGETS_OBJS = \
../Widgets/Color.o \
../Widgets/CharacterBitmap.o \
../Widgets/EventLoop.o \
../Widgets/Label.o \
../Widgets/Button.o \
../Widgets/MsgBox.o \
../Widgets/ListBox.o \
../Widgets/CheckBox.o \
../Widgets/TextBox.o \
../Widgets/AbstractScreen.o \
../Widgets/GUIEventDevice.o \