X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=openbox%2Fmenuframe.h;h=3a77ebf40f7ae56accd4bc0a0cadc3e3a38bc0ce;hb=f85a85541790a6095eb583ddb8684eece8dcc0c6;hp=92cd87934d25b474151183d197d657f7e2106c73;hpb=a991c07bc1a1f86fd47db0e5442a629f3c39b407;p=chaz%2Fopenbox diff --git a/openbox/menuframe.h b/openbox/menuframe.h index 92cd8793..3a77ebf4 100644 --- a/openbox/menuframe.h +++ b/openbox/menuframe.h @@ -39,6 +39,7 @@ struct _ObMenuFrame /* On-screen area (including borders!) */ Rect area; + Strut item_margin; gint inner_w; /* inside the borders */ gint title_h; /* includes the bwidth below it */ gint item_h; /* height of all normal items */ @@ -70,7 +71,8 @@ struct _ObMenuEntryFrame RrAppearance *a_icon; RrAppearance *a_mask; - RrAppearance *a_bullet; + RrAppearance *a_bullet_normal; + RrAppearance *a_bullet_selected; RrAppearance *a_separator; RrAppearance *a_text_normal; RrAppearance *a_text_disabled; @@ -98,6 +100,6 @@ ObMenuEntryFrame* menu_entry_frame_under(gint x, gint y); void menu_entry_frame_show_submenu(ObMenuEntryFrame *self); -void menu_entry_frame_execute(ObMenuEntryFrame *self, gboolean hide); +void menu_entry_frame_execute(ObMenuEntryFrame *self, guint state); #endif