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/frame.h | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'openbox/frame.h') diff --git a/openbox/frame.h b/openbox/frame.h index 3d395342..bfce4a7d 100644 --- a/openbox/frame.h +++ b/openbox/frame.h @@ -50,13 +50,13 @@ typedef struct Frame { Window lgrip; Window rgrip; - Appearance *a_unfocused_title; - Appearance *a_focused_title; - Appearance *a_unfocused_label; - Appearance *a_focused_label; - Appearance *a_icon; - Appearance *a_unfocused_handle; - Appearance *a_focused_handle; + RrAppearance *a_unfocused_title; + RrAppearance *a_focused_title; + RrAppearance *a_unfocused_label; + RrAppearance *a_focused_label; + RrAppearance *a_icon; + RrAppearance *a_unfocused_handle; + RrAppearance *a_focused_handle; Strut innersize; -- cgit v1.2.3