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:
parent
5f4d81ff55
commit
73110e25a9
36 changed files with 1238 additions and 1119 deletions
|
@ -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"))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue