mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 18:17:44 +00:00
WindowServer: Add a WSWindowType enum.
So far there's only Normal and Menu. Maybe we'll need more later.
This commit is contained in:
parent
111589a558
commit
c61f9eba61
5 changed files with 15 additions and 3 deletions
7
WindowServer/WSWindowType.h
Normal file
7
WindowServer/WSWindowType.h
Normal file
|
@ -0,0 +1,7 @@
|
|||
#pragma once
|
||||
|
||||
enum class WSWindowType {
|
||||
Invalid = 0,
|
||||
Normal,
|
||||
Menu
|
||||
};
|
Loading…
Add table
Add a link
Reference in a new issue