mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 08:57:47 +00:00
WindowServer: Restore modal chains from the Taskbar and Switcher
And only show modeless windows in WindowSwitcher.
This commit is contained in:
parent
5a0472d8d2
commit
6f316d59f4
4 changed files with 14 additions and 5 deletions
|
@ -233,6 +233,7 @@ public:
|
|||
void start_menu_doubleclick(Window& window, MouseEvent const& event);
|
||||
bool is_menu_doubleclick(Window& window, MouseEvent const& event) const;
|
||||
|
||||
void restore_modal_chain(Window&);
|
||||
void minimize_windows(Window&, bool);
|
||||
void hide_windows(Window&, bool);
|
||||
void maximize_windows(Window&, bool);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue