X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;ds=sidebyside;f=openbox%2Fmenuframe.h;h=75e03da451ad73fd57351b04309370679095fde3;hb=7a6a516b8e3d8ad6b15379eabf6652a6f43eab27;hp=0ce96158ae84fef0532c2cbf1f23374f232f4137;hpb=3905872982478e4e0ae05f4ce114a8025a2389ee;p=chaz%2Fopenbox diff --git a/openbox/menuframe.h b/openbox/menuframe.h index 0ce96158..75e03da4 100644 --- a/openbox/menuframe.h +++ b/openbox/menuframe.h @@ -77,9 +77,6 @@ struct _ObMenuFrame struct _ObMenuEntryFrame { - /* if this is true then it doesn't have an entry to point to */ - gboolean more; - struct _ObMenuEntry *entry; ObMenuFrame *frame; @@ -128,11 +125,12 @@ gboolean menu_frame_show_topmenu(ObMenuFrame *self, gint x, gint y, gint button); gboolean menu_frame_show_submenu(ObMenuFrame *self, ObMenuFrame *parent, ObMenuEntryFrame *parent_entry); -void menu_frame_hide(ObMenuFrame *self); void menu_frame_hide_all(); void menu_frame_hide_all_client(struct _ObClient *client); +void menu_frame_render(ObMenuFrame *self); + void menu_frame_select(ObMenuFrame *self, ObMenuEntryFrame *entry, gboolean immediate); void menu_frame_select_previous(ObMenuFrame *self);