1
Fork 0
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:
Andreas Kling 2019-03-20 04:34:14 +01:00
parent 9120b05a40
commit d17a91f185
32 changed files with 14 additions and 14 deletions

View file

@ -0,0 +1,8 @@
#pragma once
enum class WSWindowType {
Invalid = 0,
Normal,
Menu,
WindowSwitcher,
};