X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;ds=sidebyside;f=openbox%2Fmenu.h;h=43ac054ff6d2cdc0b11ce10922c46c9b3755cfa7;hb=03d42b5d8253ad2de94df20b12b9fb22ce51eb3d;hp=081b3528db0f65f78a30cf78d50d3a9e3e43afed;hpb=3fab044f347fbfdad27492802fe3e3628ff915da;p=chaz%2Fopenbox diff --git a/openbox/menu.h b/openbox/menu.h index 081b3528..43ac054f 100644 --- a/openbox/menu.h +++ b/openbox/menu.h @@ -104,6 +104,8 @@ void menu_show_full(Menu *menu, int x, int y, Client *client); void menu_hide(Menu *self); +void menu_clear(Menu *self); + MenuEntry *menu_entry_new_full(char *label, Action *action, MenuEntryRenderType render_type, gpointer submenu);