]> Dogcows Code - chaz/openbox/blobdiff - openbox/frame.h
fixed to accomodate the changes to the render/ API.
[chaz/openbox] / openbox / frame.h
index 3d395342f21ea97a33a4f980183c65b2a528cafa..bfce4a7d266233a2f4349bc7cb287adf2b059cf0 100644 (file)
@@ -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;
 
This page took 0.022605 seconds and 4 git commands to generate.