mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 03:17:35 +00:00
WindowServer: Add IPC call to remove a menu's item
This commit is contained in:
parent
b6eaefa87d
commit
8ede1a6a6f
5 changed files with 20 additions and 0 deletions
|
@ -97,6 +97,7 @@ public:
|
|||
const Gfx::Font& font() const;
|
||||
|
||||
MenuItem* item_with_identifier(unsigned);
|
||||
bool remove_item_with_identifier(unsigned);
|
||||
void redraw();
|
||||
void redraw(MenuItem const&);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue