mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 20:07:35 +00:00
WindowServer: Add WindowType::Desktop
This new window type can be used to implement a desktop file manager for example. :^)
This commit is contained in:
parent
88908be350
commit
3d31f2e44b
4 changed files with 12 additions and 2 deletions
|
@ -39,6 +39,7 @@ enum class WindowType {
|
|||
Menubar,
|
||||
MenuApplet,
|
||||
Notification,
|
||||
Desktop,
|
||||
};
|
||||
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue