mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 15:17:36 +00:00
LibGUI+WindowServer: Add a way to dismiss opened menus from the client.
This commit is contained in:
parent
29d0412a06
commit
91e1f3ffb1
7 changed files with 44 additions and 0 deletions
|
@ -72,6 +72,7 @@ private:
|
|||
void handle_request(const WSAPISetWindowOverrideCursorRequest&);
|
||||
void handle_request(const WSWMAPISetActiveWindowRequest&);
|
||||
void handle_request(const WSAPIPopupMenuRequest&);
|
||||
void handle_request(const WSAPIDismissMenuRequest&);
|
||||
|
||||
void post_error(const String&);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue