1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-27 15:37:46 +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

@ -28,7 +28,7 @@
namespace GUI {
// Keep this in sync with WSWindowType.
// Keep this in sync with WindowType.
enum class WindowType {
Invalid = 0,
Normal,