summaryrefslogtreecommitdiff
path: root/openbox/menu.h
diff options
context:
space:
mode:
authorDana Jansens <danakj@orodu.net>2003-06-21 00:42:47 +0000
committerDana Jansens <danakj@orodu.net>2003-06-21 00:42:47 +0000
commita4a0cb78294bb1809b836ea1e86e9d7294bb2929 (patch)
treeaae7a44ec9b38b0555f4f44d0dad1bf4a9325b4e /openbox/menu.h
parent3f32dfa87e08556d7f6a58efab9b7479e515be26 (diff)
fixed to accomodate the changes to the render/ API.
Diffstat (limited to 'openbox/menu.h')
-rw-r--r--openbox/menu.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/openbox/menu.h b/openbox/menu.h
index 49a79fb4..7b0fb678 100644
--- a/openbox/menu.h
+++ b/openbox/menu.h
@@ -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;