summaryrefslogtreecommitdiff
path: root/openbox/frame.h
diff options
context:
space:
mode:
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;