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 similarity index 100% rename from Kernel/WindowComposer.cpp rename to Kernel/WindowServer.cpp