mirror of
https://github.com/fergalmoran/ladybird.git
synced 2025-12-28 20:29:42 +00:00
9 lines
102 B
C
9 lines
102 B
C
#pragma once
|
|
|
|
enum class WSWindowType {
|
|
Invalid = 0,
|
|
Normal,
|
|
Menu,
|
|
WindowSwitcher,
|
|
};
|