X-Git-Url: https://git.brokenzipper.com/gitweb?a=blobdiff_plain;f=openbox%2Fmenuframe.h;h=34041149d3a09aa103d301f44933fe28c0ef7309;hb=038735d627322c33b747ea75846e9bdcb2391767;hp=40b9f84415e1b7f8595f462e1a334b6827cfe353;hpb=dcdc325f5c8c946df696d17a6da329aeac149586;p=chaz%2Fopenbox diff --git a/openbox/menuframe.h b/openbox/menuframe.h index 40b9f844..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 */ @@ -69,7 +70,10 @@ struct _ObMenuEntryFrame RrAppearance *a_selected; RrAppearance *a_icon; - RrAppearance *a_bullet; + RrAppearance *a_mask; + RrAppearance *a_bullet_normal; + RrAppearance *a_bullet_selected; + RrAppearance *a_separator; RrAppearance *a_text_normal; RrAppearance *a_text_disabled; RrAppearance *a_text_selected;