1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-31 14:28:12 +00:00
serenity/Servers/WindowServer/WSWindowType.h
2019-03-20 04:34:14 +01:00

8 lines
102 B
C

#pragma once
enum class WSWindowType {
Invalid = 0,
Normal,
Menu,
WindowSwitcher,
};