From a4a0cb78294bb1809b836ea1e86e9d7294bb2929 Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Sat, 21 Jun 2003 00:42:47 +0000 Subject: fixed to accomodate the changes to the render/ API. --- openbox/menu.h | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'openbox/menu.h') 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; -- cgit v1.2.3