mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-01 13:49:16 +00:00
WindowServer: Add a custom window type for Launcher
This keeps it out of the taskbar window list. The stacking order is a little gnarly, but it seems to work OK still.
This commit is contained in:
parent
bee4544192
commit
0a1bd03f1d
Notes:
sideshowbarker
2024-07-19 13:16:59 +09:00
Author: https://github.com/rburchell
Commit: 0a1bd03f1d
Pull-request: https://github.com/SerenityOS/serenity/pull/302
7 changed files with 17 additions and 1 deletions
|
@ -1,5 +1,6 @@
|
|||
#pragma once
|
||||
|
||||
// Keep this in sync with WSWindowType.
|
||||
enum class GWindowType {
|
||||
Invalid = 0,
|
||||
Normal,
|
||||
|
@ -7,4 +8,6 @@ enum class GWindowType {
|
|||
WindowSwitcher,
|
||||
Taskbar,
|
||||
Tooltip,
|
||||
Menubar,
|
||||
Launcher,
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue