1
Fork 0
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:
Marco Cutecchia 2022-02-14 14:05:42 +01:00 committed by Andreas Kling
parent b6eaefa87d
commit 8ede1a6a6f
5 changed files with 20 additions and 0 deletions

View file

@ -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&);