mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 04:37:34 +00:00
Move WindowServer into Servers.
This commit is contained in:
parent
9120b05a40
commit
d17a91f185
32 changed files with 14 additions and 14 deletions
8
Servers/WindowServer/WSWindowType.h
Normal file
8
Servers/WindowServer/WSWindowType.h
Normal file
|
@ -0,0 +1,8 @@
|
|||
#pragma once
|
||||
|
||||
enum class WSWindowType {
|
||||
Invalid = 0,
|
||||
Normal,
|
||||
Menu,
|
||||
WindowSwitcher,
|
||||
};
|
Loading…
Add table
Add a link
Reference in a new issue