mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 02:47:35 +00:00
WindowServer: Add show desktop toggle IPC call
Differentiates between normal minimization and hidden windows. A window which is hidden is still minimized, but can be seen as another stage of being minimized.
This commit is contained in:
parent
62d4b4abf3
commit
271840ca22
7 changed files with 78 additions and 9 deletions
|
@ -221,6 +221,7 @@ public:
|
|||
bool is_menu_doubleclick(Window& window, MouseEvent const& event) const;
|
||||
|
||||
void minimize_windows(Window&, bool);
|
||||
void hide_windows(Window&, bool);
|
||||
void maximize_windows(Window&, bool);
|
||||
|
||||
template<typename Function>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue