mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 20:07:35 +00:00
LibGUI+WindowServer: Add WindowType:Autocomplete and helpers
This commit is contained in:
parent
0bc3333740
commit
1718a40ac7
5 changed files with 10 additions and 1 deletions
|
@ -1424,6 +1424,7 @@ Gfx::IntRect WindowManager::arena_rect_for_type(Screen& screen, WindowType type)
|
|||
case WindowType::Applet:
|
||||
case WindowType::Notification:
|
||||
case WindowType::Popup:
|
||||
case WindowType::Autocomplete:
|
||||
return screen.rect();
|
||||
default:
|
||||
VERIFY_NOT_REACHED();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue