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:
parent
5f4d81ff55
commit
73110e25a9
36 changed files with 1238 additions and 1119 deletions
|
@ -28,7 +28,7 @@
|
|||
|
||||
namespace GUI {
|
||||
|
||||
// Keep this in sync with WSWindowType.
|
||||
// Keep this in sync with WindowType.
|
||||
enum class WindowType {
|
||||
Invalid = 0,
|
||||
Normal,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue