summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Kernel/Makefile2
-rw-r--r--Kernel/WindowServer.cpp (renamed from Kernel/WindowComposer.cpp)0
2 files changed, 1 insertions, 1 deletions
diff --git a/Kernel/Makefile b/Kernel/Makefile
index 1adda3b31b..0854940359 100644
--- a/Kernel/Makefile
+++ b/Kernel/Makefile
@@ -29,7 +29,7 @@ KERNEL_OBJS = \
ELFLoader.o \
KSyms.o \
PS2MouseDevice.o \
- WindowComposer.o
+ WindowServer.o
VFS_OBJS = \
../VirtualFileSystem/DiskDevice.o \
diff --git a/Kernel/WindowComposer.cpp b/Kernel/WindowServer.cpp
index 674562ad7f..674562ad7f 100644
--- a/Kernel/WindowComposer.cpp
+++ b/Kernel/WindowServer.cpp