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
commit 8ede1a6a6f
Notes: sideshowbarker 2024-07-18 00:54:03 +09:00
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&);