mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 14:47:44 +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
7 changed files with 17 additions and 1 deletions
|
@ -140,6 +140,8 @@ static WSAPI_WindowType to_api(WSWindowType ws_type)
|
|||
return WSAPI_WindowType::Tooltip;
|
||||
case WSWindowType::Menubar:
|
||||
return WSAPI_WindowType::Menubar;
|
||||
case WSWindowType::Launcher:
|
||||
return WSAPI_WindowType::Launcher;
|
||||
default:
|
||||
ASSERT_NOT_REACHED();
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue