]> Dogcows Code - chaz/openbox/blobdiff - openbox/menuframe.h
optimization. don't need a glist where a simple pointer will suffice.
[chaz/openbox] / openbox / menuframe.h
index 40b9f84415e1b7f8595f462e1a334b6827cfe353..34041149d3a09aa103d301f44933fe28c0ef7309 100644 (file)
@@ -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;
This page took 0.020601 seconds and 4 git commands to generate.