summaryrefslogtreecommitdiff
path: root/openbox/frame.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/frame.h
parent3f32dfa87e08556d7f6a58efab9b7479e515be26 (diff)
fixed to accomodate the changes to the render/ API.
Diffstat (limited to 'openbox/frame.h')
-rw-r--r--openbox/frame.h14
1 files changed, 7 insertions, 7 deletions
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;