From 46181cf023045ad346aabc760dafaecc93965d33 Mon Sep 17 00:00:00 2001 From: Andreas Kling Date: Tue, 15 Jan 2019 21:46:15 +0100 Subject: [PATCH] Oops, finish WindowServer rename. --- Kernel/Makefile | 2 +- Kernel/{WindowComposer.cpp => WindowServer.cpp} | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename Kernel/{WindowComposer.cpp => WindowServer.cpp} (100%) 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