]> Dogcows Code - chaz/openbox/blobdiff - openbox/menu.h
fixed to accomodate the changes to the render/ API.
[chaz/openbox] / openbox / menu.h
index 49a79fb4d266ccd2bc8cb126201375372d1882d9..7b0fb678ec63b7fdb49b38b07d4b8b20f7341f82 100644 (file)
@@ -46,10 +46,10 @@ typedef struct Menu {
     Client *client;
     Window frame;
     Window title;
-    Appearance *a_title;
+    RrAppearance *a_title;
     int title_min_w, title_h;
     Window items;
-    Appearance *a_items;
+    RrAppearance *a_items;
     int bullet_w;
     int item_h;
     Point location;
@@ -84,9 +84,9 @@ typedef struct {
 
     /* render stuff */
     Window item;
-    Appearance *a_item;
-    Appearance *a_disabled;
-    Appearance *a_hilite;
+    RrAppearance *a_item;
+    RrAppearance *a_disabled;
+    RrAppearance *a_hilite;
     int y;
     int min_w;
 } MenuEntry;
This page took 0.021456 seconds and 4 git commands to generate.