X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=openbox%2Fmenuframe.h;h=34041149d3a09aa103d301f44933fe28c0ef7309;hb=88f83fc927638aef2ca0e174ba12db822df9b7ef;hp=7d2c1f067b549908125d8b81243a3fc9dcbfb5c2;hpb=5d4cbbc67444c3955f705b3aeddf29be1c731866;p=chaz%2Fopenbox diff --git a/openbox/menuframe.h b/openbox/menuframe.h index 7d2c1f06..34041149 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,9 @@ 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; RrAppearance *a_text_selected;