mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-29 20:59:00 +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
Notes:
sideshowbarker
2024-07-19 07:30:08 +09:00
Author: https://github.com/awesomekling
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