1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-27 01:37:36 +00:00

WindowServer: Move classes into WindowServer namespace

Also remove the leading WS from names and filenames.
This commit is contained in:
Andreas Kling 2020-02-06 20:03:37 +01:00
parent 5f4d81ff55
commit 73110e25a9
36 changed files with 1238 additions and 1119 deletions

View file

@ -44,7 +44,7 @@
#include <LibGUI/GWidget.h>
#include <LibGUI/GWindow.h>
#include <LibGUI/GWindowServerConnection.h>
#include <Servers/WindowServer/WSWindowManager.h>
#include <Servers/WindowServer/WindowManager.h>
DisplayPropertiesWidget::DisplayPropertiesWidget()
: m_wm_config(Core::ConfigFile::get_for_app("WindowManager"))